Searched refs:got_text_reply (Results 1 – 1 of 1) sorted by relevance
163 std::string* got_text_reply, in DoStuff() argument167 *got_text_reply = text_reply; in DoStuff()189 std::string* got_text_reply, in DoStuff2() argument193 *got_text_reply = text_reply; in DoStuff2()215 std::string got_text_reply; in TEST_P() local218 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()228 EXPECT_EQ(kText1, got_text_reply); in TEST_P()240 std::string got_text_reply; in TEST_P() local243 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()275 std::string got_text_reply; in TEST_P() local[all …]