Searched defs:async_begin2_id_str (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc1437 std::string async_begin2_id_str; local
1442 ASSERT_TRUE(value->GetAsString(&async_begin2_id_str));
1446 EXPECT_STREQ(async_begin_id_str.c_str(), async_begin2_id_str.c_str());

Completed in 76 milliseconds