Searched refs:async_begin_id_str (Results 1 – 1 of 1) sorted by relevance
1540 std::string async_begin_id_str; in TEST_F() local1544 ASSERT_TRUE(value->GetAsString(&async_begin_id_str)); in TEST_F()1550 EXPECT_STREQ(async_begin_id_str.c_str(), async_begin2_id_str.c_str()); in TEST_F()1551 EXPECT_STRNE(async_begin_id_str.c_str(), async_end_id_str.c_str()); in TEST_F()