Home | History | Annotate | Download | only in trace_event

Lines Matching defs:id_str

1400   std::string id_str;
1401 StringAppendF(&id_str, "0x%llx", id);
1403 EXPECT_TRUE(FindNamePhaseKeyValue("name1", "S", "id", id_str.c_str()));
1404 EXPECT_TRUE(FindNamePhaseKeyValue("name1", "T", "id", id_str.c_str()));
1405 EXPECT_TRUE(FindNamePhaseKeyValue("name1", "F", "id", id_str.c_str()));