Searched refs:AllocateString (Results 1 – 3 of 3) sorted by relevance
50 const char* AllocateString(const std::string& s);
38 name_(symbol_name_allocator.AllocateString(name)), in Symbol()48 demangled_name_ = symbol_name_allocator.AllocateString(s); in DemangledName()
43 const char* OneTimeFreeAllocator::AllocateString(const std::string& s) { in AllocateString() function in OneTimeFreeAllocator