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

  /external/v8/src/
string-stream.h 20 class StringAllocator {
22 virtual ~StringAllocator() { }
34 class HeapStringAllocator final : public StringAllocator {
45 class FixedStringAllocator final : public StringAllocator {
103 StringStream(StringAllocator* allocator,
170 StringAllocator* allocator_;
  /external/llvm/lib/Support/
YAMLTraits.cpp 335 KeyStr = StringStorage.str().copy(StringAllocator);
339 StringRef ValueCopy = BSN->getValue().copy(StringAllocator);
363 KeyStr = StringStorage.str().copy(StringAllocator);
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]

Completed in 94 milliseconds