Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc108 void DoStuff2(ScopedDataPipeConsumerHandle pipe, in DoStuff2() function in mojo::test::__anon2f51f26b0111::SampleFactoryImpl
188 void DoStuff2(bool* got_response, in DoStuff2() function
277 factory->DoStuff2(std::move(consumer_handle), in TEST_P()
278 base::Bind(&DoStuff2, &got_response, &got_text_reply, in TEST_P()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_factory.mojom35 DoStuff2(handle<data_pipe_consumer> pipe) => (string text);