Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/instruments/
H A Dinstruments_xml_tokenizer.cc418 StringId InternString(base::StringView string_view) { in InternString() function in perfetto::trace_processor::instruments_importer::InstrumentsXmlTokenizer::Impl
421 StringId InternString(const char* string) { in InternString() function in perfetto::trace_processor::instruments_importer::InstrumentsXmlTokenizer::Impl
424 StringId InternString(const char* data, size_t len) { in InternString() function in perfetto::trace_processor::instruments_importer::InstrumentsXmlTokenizer::Impl
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h237 virtual StringId InternString(base::StringView str) { in InternString() function
240 virtual StringId InternString(const char* str) { in InternString() function
243 virtual StringId InternString(const std::string& str) { in InternString() function
246 virtual StringId InternString(std::string_view str) { in InternString() function
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.cc76 int64_t GProfileBuilder::StringTable::InternString(base::StringView str) { in InternString() function in perfetto::trace_processor::GProfileBuilder::StringTable
93 int64_t GProfileBuilder::StringTable::InternString( in InternString() function in perfetto::trace_processor::GProfileBuilder::StringTable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dpkg.go122 func InternString(b []byte) string { func
/aosp_15_r20/external/perfetto/src/tools/protoprofile/
H A Dmain.cc56 int PprofProfileComputer::InternString(const std::string& s) { in InternString() function in perfetto::protoprofile::__anonced345e30111::PprofProfileComputer
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dstring_pool.h125 Id InternString(base::StringView str) { in InternString() function
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dproto_translation_table.cc636 const char* ProtoTranslationTable::InternString(const std::string& str) { in InternString() function in perfetto::ProtoTranslationTable
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc1169 uint64_t InternString(const std::string& str) { in InternString() function in perfetto::trace_processor::__anoneb0b68860411::StringInterner