Searched defs:InsertString (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/ | ||
H A D | fuchsia_record.cc | 22 void FuchsiaRecord::InsertString(uint32_t index, StringPool::Id string_id) { in InsertString() function in perfetto::trace_processor::FuchsiaRecord |
/aosp_15_r20/external/perfetto/src/trace_processor/containers/ | ||
H A D | string_pool.cc | 45 StringPool::Id StringPool::InsertString(base::StringView str, uint64_t hash) { in InsertString() function in perfetto::trace_processor::StringPool |