Blender  V3.3
blender::StringRefBase Member List

This is the complete list of members for blender::StringRefBase, including all inherited members.

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