Searched defs:InternString (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/trace_processor/containers/ | ||
D | string_pool.h | 115 Id InternString(base::StringView str) { in InternString() function |
/external/perfetto/tools/protoprofile/ | ||
D | main.cc | 140 int SizeProfileComputer::InternString(const std::string& s) { in InternString() function in perfetto::protoprofile::__anon4f3817010111::SizeProfileComputer |
/external/perfetto/src/traced/probes/ftrace/ | ||
D | proto_translation_table.cc | 526 const char* ProtoTranslationTable::InternString(const std::string& str) { in InternString() function in perfetto::ProtoTranslationTable |
/external/perfetto/src/trace_processor/storage/ | ||
D | trace_storage.h | 278 virtual StringId InternString(base::StringView str) { in InternString() function |