Home
last modified time | relevance | path

Searched refs:StringStreamType (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/wgsl/
H A DUtils.h19 template <typename StringStreamType, typename Object>
20 void WriteNameOf(StringStreamType &output, const Object &namedObject) in WriteNameOf()
25 template <typename StringStreamType>
26 void WriteNameOf(StringStreamType &output, SymbolType symbolType, const ImmutableString &name);
27 template <typename StringStreamType>
28 void WriteWgslBareTypeName(StringStreamType &output, const TType &type);
29 template <typename StringStreamType>
30 void WriteWgslType(StringStreamType &output, const TType &type);
H A DUtils.cpp17 template <typename StringStreamType>
18 void WriteWgslBareTypeName(StringStreamType &output, const TType &type) in WriteWgslBareTypeName()
117 template <typename StringStreamType>
118 void WriteNameOf(StringStreamType &output, SymbolType symbolType, const ImmutableString &name) in WriteNameOf()
137 template <typename StringStreamType>
138 void WriteWgslType(StringStreamType &output, const TType &type) in WriteWgslType()
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3exception.hpp61 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in ANTLR_ExceptionBase
176 virtual void displayRecognitionError( ANTLR_UINT8** tokenNames, StringStreamType& str ) const = 0;
190 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in ANTLR_Exception
202 …virtual void displayRecognitionError( ANTLR_UINT8** tokenNames, StringStreamType& str_stream) cons…
H A Dantlr3traits.hpp16 typedef Empty StringStreamType; typedef in CustomTraitsBase
143 typedef typename TraitsSelector< typename UserTraits<TraitsType>::StringStreamType,
144 std::stringstream >::selected StringStreamType; typedef in TraitsBase
H A Dantlr3commontreenodestream.hpp55 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in CommonTreeNodeStream
H A Dantlr3lexer.hpp81 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in Lexer
H A Dantlr3commontoken.inl282 typedef typename ImplTraits::StringStreamType StringStreamType; typedef
283 StringStreamType outtext;
H A Dantlr3treeparser.inl81 typename ImplTraits::StringStreamType errtext;
H A Dantlr3commontreenodestream.inl167 StringStreamType buf;
H A Dantlr3exception.inl229 StringStreamType& str_stream ) const
H A Dantlr3parser.inl73 typename ImplTraits::StringStreamType errtext;
H A Dantlr3lexer.inl44 StringStreamType err_stream;
/aosp_15_r20/external/antlr/runtime/Cpp/tests/
H A Dt012lexerXMLLexer.g15 ImplTraits::StringStreamType outbuf;