Home
last modified time | relevance | path

Searched defs:ImmutableString (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImmutableString.h46 explicit constexpr ImmutableString(const char *data) : mData(data), mLength(constStrlen(data)) in ImmutableString() function
49 constexpr ImmutableString(const char *data, size_t length) : mData(data), mLength(length) {} in ImmutableString() function
51 ImmutableString(const std::string &str) in ImmutableString() function
DInfoSink.h19 class ImmutableString; variable
29 class ImmutableString; variable
DHashNames.h20 class ImmutableString; variable
DResourcesHLSL.h18 class ImmutableString; variable
/third_party/nghttp2/src/
Dtemplate.h227 constexpr ImmutableString() : len(0), base("") {} in ImmutableString() function
228 constexpr ImmutableString(const char *s, size_t slen) in ImmutableString() function
230 constexpr explicit ImmutableString(const char *s) in ImmutableString() function
232 constexpr explicit ImmutableString(const std::string &s) in ImmutableString() function
235 constexpr ImmutableString(InputIt first, InputIt last) in ImmutableString() function
237 constexpr ImmutableString(const ImmutableString &other) in ImmutableString() function
239 constexpr ImmutableString(ImmutableString &&other) noexcept in ImmutableString() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindSymbolNode.h15 class ImmutableString; variable