| back() const | blender::StringRefBase | |
| begin() const | blender::StringRefBase | |
| copy(char *dst, int64_t dst_size) const | blender::StringRefBase | inline |
| copy(char(&dst)[N]) const | blender::StringRefBase | inline |
| data() const | blender::StringRefBase | |
| data_ | blender::StringRefBase | protected |
| end() const | blender::StringRefBase | |
| endswith(StringRef suffix) const | blender::StringRefBase | |
| find(char c, int64_t pos=0) const | blender::StringRefBase | |
| find(StringRef str, int64_t pos=0) const | blender::StringRefBase | |
| find_first_not_of(StringRef chars, int64_t pos=0) const | blender::StringRefBase | |
| find_first_not_of(char c, int64_t pos=0) const | blender::StringRefBase | |
| find_first_of(StringRef chars, int64_t pos=0) const | blender::StringRefBase | |
| find_first_of(char c, int64_t pos=0) const | blender::StringRefBase | |
| find_last_not_of(StringRef chars, int64_t pos=INT64_MAX) const | blender::StringRefBase | |
| find_last_not_of(char c, int64_t pos=INT64_MAX) const | blender::StringRefBase | |
| find_last_of(StringRef chars, int64_t pos=INT64_MAX) const | blender::StringRefBase | |
| find_last_of(char c, int64_t pos=INT64_MAX) const | blender::StringRefBase | |
| front() const | blender::StringRefBase | |
| index_range() const | blender::StringRefBase | |
| is_empty() const | blender::StringRefBase | |
| not_found | blender::StringRefBase | static |
| operator Span< char >() const | blender::StringRefBase | |
| operator std::string() const | blender::StringRefBase | inline |
| operator std::string_view() const | blender::StringRefBase | |
| rfind(char c, int64_t pos=INT64_MAX) const | blender::StringRefBase | |
| rfind(StringRef str, int64_t pos=INT64_MAX) const | blender::StringRefBase | |
| size() const | blender::StringRefBase | |
| size_ | blender::StringRefBase | protected |
| startswith(StringRef prefix) const | blender::StringRefBase | |
| StringRefBase(const char *data, int64_t size) | blender::StringRefBase | protected |
| substr(int64_t start, int64_t size) const | blender::StringRefBase | |
| trim() const | blender::StringRefBase | |
| trim(StringRef characters_to_remove) const | blender::StringRefBase | |
| trim(char character_to_remove) const | blender::StringRefBase | |
| unsafe_copy(char *dst) const | blender::StringRefBase | inline |