This is the complete list of members for StringRef, including all inherited members.
isEmpty() const noexcept | StringRef | inline |
isNotEmpty() const noexcept | StringRef | inline |
length() const noexcept | StringRef | inline |
operator const String::CharPointerType::CharType *() const noexcept | StringRef | inline |
operator String::CharPointerType() const noexcept | StringRef | inline |
operator!=(const String &s) const noexcept | StringRef | inline |
operator!=(StringRef s) const noexcept | StringRef | inline |
operator==(const String &s) const noexcept | StringRef | inline |
operator==(StringRef s) const noexcept | StringRef | inline |
operator[](int index) const noexcept | StringRef | inline |
StringRef(const char *stringLiteral) noexcept | StringRef | |
StringRef(String::CharPointerType stringLiteral) noexcept | StringRef | |
StringRef(const String &string) noexcept | StringRef | |
StringRef() noexcept | StringRef | |
text | StringRef |