Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc163 std::string* got_text_reply, in DoStuff() argument
167 *got_text_reply = text_reply; in DoStuff()
189 std::string* got_text_reply, in DoStuff2() argument
193 *got_text_reply = text_reply; in DoStuff2()
215 std::string got_text_reply; in TEST_P() local
218 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() local
243 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()
275 std::string got_text_reply; in TEST_P() local
[all …]