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

  /external/swiftshader/src/OpenGL/compiler/
Common.h 48 typedef pool_allocator<char> TStringAllocator;
49 typedef std::basic_string <char, std::char_traits<char>, TStringAllocator> TString;
50 typedef std::basic_ostringstream<char, std::char_traits<char>, TStringAllocator> TStringStream;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 119 typedef pool_allocator<char> TStringAllocator;
120 typedef std::basic_string <char, std::char_traits<char>, TStringAllocator> TString;

Completed in 207 milliseconds