OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h
115
typedef pool_allocator<char>
TStringAllocator
;
116
typedef std::basic_string <char, std::char_traits<char>,
TStringAllocator
> TString;
Completed in 48 milliseconds