Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DImmutableString.h30 explicit constexpr ImmutableString(const char *data) in ImmutableString() function
34 constexpr ImmutableString(const char *data, size_t length) : mData(data), mLength(length) {} in ImmutableString() function
36 ImmutableString(const std::string &str) in ImmutableString() function
H A DInfoSink.h19 class ImmutableString; variable
30 class ImmutableString; variable
H A DHashNames.h20 class ImmutableString; variable
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DFindSymbolNode.h15 class ImmutableString; variable
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DResourcesHLSL.h18 class ImmutableString; variable