Searched refs:StringStreamType (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/ |
H A D | Utils.h | 19 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 D | Utils.cpp | 17 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 D | antlr3exception.hpp | 61 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 D | antlr3traits.hpp | 16 typedef Empty StringStreamType; typedef in CustomTraitsBase 143 typedef typename TraitsSelector< typename UserTraits<TraitsType>::StringStreamType, 144 std::stringstream >::selected StringStreamType; typedef in TraitsBase
|
H A D | antlr3commontreenodestream.hpp | 55 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in CommonTreeNodeStream
|
H A D | antlr3lexer.hpp | 81 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in Lexer
|
H A D | antlr3commontoken.inl | 282 typedef typename ImplTraits::StringStreamType StringStreamType; typedef 283 StringStreamType outtext;
|
H A D | antlr3treeparser.inl | 81 typename ImplTraits::StringStreamType errtext;
|
H A D | antlr3commontreenodestream.inl | 167 StringStreamType buf;
|
H A D | antlr3exception.inl | 229 StringStreamType& str_stream ) const
|
H A D | antlr3parser.inl | 73 typename ImplTraits::StringStreamType errtext;
|
H A D | antlr3lexer.inl | 44 StringStreamType err_stream;
|
/aosp_15_r20/external/antlr/runtime/Cpp/tests/ |
H A D | t012lexerXMLLexer.g | 15 ImplTraits::StringStreamType outbuf;
|