Home
last modified time | relevance | path

Searched refs:interned_strings_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.h172 std::set<std::string> interned_strings_; variable
Dproto_translation_table.cc517 auto it_and_inserted = interned_strings_.insert(str); in InternString()