Searched refs:InsertString (Results 1 – 5 of 5) sorted by relevance
312 record->InsertString(cat_ref, current_provider_->string_table[cat_ref]); in ParseRecord()319 record->InsertString(name_ref, in ParseRecord()343 record->InsertString(arg_name_ref, in ParseRecord()354 record->InsertString( in ParseRecord()
48 void InsertString(uint32_t, StringId);
22 void FuchsiaRecord::InsertString(uint32_t index, StringId string_id) { in InsertString() function in perfetto::trace_processor::FuchsiaRecord
126 return InsertString(str, hash); in InternString()228 Id InsertString(base::StringView, uint64_t hash);
59 StringPool::Id StringPool::InsertString(base::StringView str, uint64_t hash) { in InsertString() function in perfetto::trace_processor::StringPool