HomeSort by relevance Sort by last modified time
    Searched refs:TPersistString (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
InfoSink.h 68 TInfoSinkBase& operator<<(const TPersistString& str) {
105 const TPersistString& str() const { return sink; }
114 TPersistString sink;
Common.h 61 #define TPersistString std::string
  /external/deqp-deps/glslang/glslang/Include/
InfoSink.h 72 TInfoSinkBase& operator<<(const TPersistString& t) { append(t); return *this; }
81 TInfoSinkBase& operator+(const TPersistString& t) { append(t); return *this; }
126 void append(const TPersistString& t);
132 TPersistString sink;
Common.h 201 typedef std::basic_string<char> TPersistString;
  /external/deqp-deps/glslang/glslang/MachineIndependent/
InfoSink.cpp 81 void TInfoSinkBase::append(const TPersistString& t)

Completed in 119 milliseconds