Home
last modified time | relevance | path

Searched defs:InternString (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/importers/instruments/
Dinstruments_xml_tokenizer.cc447 StringId InternString(base::StringView string_view) { in InternString() function in perfetto::trace_processor::instruments_importer::InstrumentsXmlTokenizer::Impl
450 StringId InternString(const char* string) { in InternString() function in perfetto::trace_processor::instruments_importer::InstrumentsXmlTokenizer::Impl
453 StringId InternString(const char* data, size_t len) { in InternString() function in perfetto::trace_processor::instruments_importer::InstrumentsXmlTokenizer::Impl
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h234 virtual StringId InternString(base::StringView str) { in InternString() function
237 virtual StringId InternString(const char* str) { in InternString() function
240 virtual StringId InternString(const std::string& str) { in InternString() function
243 virtual StringId InternString(std::string_view str) { in InternString() function
/external/perfetto/src/tools/protoprofile/
Dmain.cc56 int PprofProfileComputer::InternString(const std::string& s) { in InternString() function in perfetto::protoprofile::__anon2e0d60630111::PprofProfileComputer
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h125 Id InternString(base::StringView str) { in InternString() function
/external/perfetto/src/trace_processor/util/
Dprofile_builder.cc86 int64_t GProfileBuilder::StringTable::InternString(base::StringView str) { in InternString() function in perfetto::trace_processor::GProfileBuilder::StringTable
103 int64_t GProfileBuilder::StringTable::InternString( in InternString() function in perfetto::trace_processor::GProfileBuilder::StringTable
/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.cc636 const char* ProtoTranslationTable::InternString(const std::string& str) { in InternString() function in perfetto::ProtoTranslationTable
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc710 uint64_t InternString(const std::string& str) { in InternString() function in perfetto::trace_processor::__anonde7c93060311::StringInterner