Lines Matching refs:InternString
96 int InternString(const std::string& str);
140 int SizeProfileComputer::InternString(const std::string& s) { in InternString() function in perfetto::protoprofile::__anonfb4d87220111::SizeProfileComputer
185 PERFETTO_CHECK(InternString("") == 0); in Compute()
191 sample_type->set_type(InternString("protos")); in Compute()
192 sample_type->set_unit(InternString("count")); in Compute()
195 sample_type->set_type(InternString("max_size")); in Compute()
196 sample_type->set_unit(InternString("bytes")); in Compute()
199 sample_type->set_type(InternString("min_size")); in Compute()
200 sample_type->set_unit(InternString("bytes")); in Compute()
203 sample_type->set_type(InternString("median")); in Compute()
204 sample_type->set_unit(InternString("bytes")); in Compute()
207 sample_type->set_type(InternString("total_size")); in Compute()
208 sample_type->set_unit(InternString("bytes")); in Compute()
253 function->set_name(InternString(location_id.first)); in Compute()