Home
last modified time | relevance | path

Searched refs:TStringAllocator (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DCommon.h48 typedef pool_allocator<char> TStringAllocator; typedef
49 typedef std::basic_string <char, std::char_traits<char>, TStringAllocator> TString;
50 typedef std::basic_ostringstream<char, std::char_traits<char>, TStringAllocator> TStringStream;
/external/deqp-deps/glslang/glslang/Include/
DCommon.h127 typedef pool_allocator<char> TStringAllocator; typedef
128 typedef std::basic_string <char, std::char_traits<char>, TStringAllocator> TString;