Blender  V3.3
blender::StringRef Member List

This is the complete list of members for blender::StringRef, 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
drop_known_prefix(StringRef prefix) constblender::StringRef
drop_prefix(int64_t n) constblender::StringRef
drop_suffix(int64_t n) constblender::StringRef
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
operator[](int64_t index) constblender::StringRef
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
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::StringRefinline
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