Home
last modified time | relevance | path

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

/third_party/flutter/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.h18 class ImmutableString; variable
28 class ImmutableString; variable
DHashNames.h20 class ImmutableString; variable
DResourcesHLSL.h18 class ImmutableString; variable
/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.h237 ImmutableString() : len(0), base("") {} in ImmutableString() function
238 ImmutableString(const char *s, size_t slen) in ImmutableString() function
240 explicit ImmutableString(const char *s) in ImmutableString() function
242 explicit ImmutableString(const std::string &s) in ImmutableString() function
245 ImmutableString(InputIt first, InputIt last) in ImmutableString() function
247 ImmutableString(const ImmutableString &other) in ImmutableString() function
249 ImmutableString(ImmutableString &&other) noexcept in ImmutableString() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindSymbolNode.h15 class ImmutableString; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindSymbolNode.h15 class ImmutableString; variable