OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPersistString
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
InfoSink.h
67
TInfoSinkBase& operator<<(const
TPersistString
& str) {
104
const
TPersistString
& str() const { return sink; }
113
TPersistString
sink;
Common.h
61
#define
TPersistString
std::string
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
InfoSink.h
72
TInfoSinkBase& operator<<(const
TPersistString
& t) { append(t); return *this; }
82
TInfoSinkBase& operator+(const
TPersistString
& t) { append(t); return *this; }
127
void append(const
TPersistString
& t);
133
TPersistString
sink;
Common.h
189
typedef std::basic_string<char>
TPersistString
;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
InfoSink.cpp
77
void TInfoSinkBase::append(const
TPersistString
& t)
Completed in 61 milliseconds