OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringAllocator
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/
string-stream.h
35
class
StringAllocator
{
37
virtual ~
StringAllocator
() {}
49
class HeapStringAllocator: public
StringAllocator
{
62
class NoAllocationStringAllocator: public
StringAllocator
{
115
explicit StringStream(
StringAllocator
* allocator):
184
StringAllocator
* allocator_;
/external/v8/src/
string-stream.h
35
class
StringAllocator
{
37
virtual ~
StringAllocator
() {}
49
class HeapStringAllocator: public
StringAllocator
{
62
class NoAllocationStringAllocator: public
StringAllocator
{
115
explicit StringStream(
StringAllocator
* allocator):
178
StringAllocator
* allocator_;
isolate.cc
673
StringAllocator
* allocator;
[
all
...]
/external/llvm/lib/Support/
YAMLTraits.cpp
281
char *Buf =
StringAllocator
.Allocate<char>(Len);
306
char *Buf =
StringAllocator
.Allocate<char>(Len);
/external/llvm/include/llvm/Support/
YAMLTraits.h
800
llvm::BumpPtrAllocator
StringAllocator
;
[
all
...]
Completed in 1573 milliseconds