Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1646 std::string async_begin2_id_str; in TEST_F() local
1651 ASSERT_TRUE(value->GetAsString(&async_begin2_id_str)); in TEST_F()
1655 EXPECT_STREQ(async_begin_id_str.c_str(), async_begin2_id_str.c_str()); in TEST_F()