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 |
drop_known_prefix(StringRef prefix) const | blender::StringRef | |
drop_prefix(int64_t n) const | blender::StringRef | |
drop_suffix(int64_t n) const | blender::StringRef | |
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 | |
operator[](int64_t index) const | blender::StringRef | |
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 | |
StringRef() | blender::StringRef | |
StringRef(StringRefNull other) | blender::StringRef | |
StringRef(const char *str) | blender::StringRef | |
StringRef(const char *str, int64_t length) | blender::StringRef | |
StringRef(const char *begin, const char *one_after_end) | blender::StringRef | |
StringRef(std::string_view view) | blender::StringRef | |
StringRef(const std::string &str) | blender::StringRef | inline |
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 |