Searched defs:absolute_name (Results 1 – 4 of 4) sorted by relevance
25 MemoryAllocatorDump::MemoryAllocatorDump(const std::string& absolute_name, in MemoryAllocatorDump()45 MemoryAllocatorDump::MemoryAllocatorDump(const std::string& absolute_name, in MemoryAllocatorDump()
165 const std::string& absolute_name) { in CreateAllocatorDump()171 const std::string& absolute_name, in CreateAllocatorDump()205 const std::string& absolute_name) { in GetOrCreateAllocatorDump()
68 const std::string& absolute_name() const { return absolute_name_; } in absolute_name() function
77 char* absolute_name = new char[t]; in ReadAndConvertFile() local