Home | History | Annotate | Download | only in trace_event

Lines Matching defs:id_str

1504   std::string id_str;
1505 StringAppendF(&id_str, "0x%llx", id);
1507 EXPECT_TRUE(FindNamePhaseKeyValue("name1", "S", "id", id_str.c_str()));
1508 EXPECT_TRUE(FindNamePhaseKeyValue("name1", "T", "id", id_str.c_str()));
1509 EXPECT_TRUE(FindNamePhaseKeyValue("name1", "F", "id", id_str.c_str()));