Home
last modified time | relevance | path

Searched defs:InsertString (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_record.cc22 void FuchsiaRecord::InsertString(uint32_t index, StringId string_id) { in InsertString() function in perfetto::trace_processor::FuchsiaRecord
/external/perfetto/src/trace_processor/containers/
Dstring_pool.cc59 StringPool::Id StringPool::InsertString(base::StringView str, uint64_t hash) { in InsertString() function in perfetto::trace_processor::StringPool