OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringAllocator
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
string-stream.h
19
class
StringAllocator
{
21
virtual ~
StringAllocator
() { }
33
class HeapStringAllocator final : public
StringAllocator
{
44
class FixedStringAllocator final : public
StringAllocator
{
102
StringStream(
StringAllocator
* allocator,
169
StringAllocator
* allocator_;
/external/llvm/include/llvm/Support/
YAMLTraits.h
1069
llvm::BumpPtrAllocator
StringAllocator
;
[
all
...]
Completed in 293 milliseconds