Home
last modified time | relevance | path

Searched refs:InsertString (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/
Dstring_pool.h77 return InsertString(str, hash); in InternString()
133 Id InsertString(base::StringView, uint64_t hash);
Dfuchsia_provider_view.h44 void InsertString(uint32_t, StringId);
Dfuchsia_provider_view.cc22 void FuchsiaProviderView::InsertString(uint32_t index, StringId string_id) { in InsertString() function in perfetto::trace_processor::FuchsiaProviderView
Dstring_pool.cc36 StringPool::Id StringPool::InsertString(base::StringView str, uint64_t hash) { in InsertString() function in perfetto::trace_processor::StringPool
Dfuchsia_trace_tokenizer.cc282 provider_view->InsertString(cat_ref, in ParseRecord()
290 provider_view->InsertString(name_ref, in ParseRecord()