Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc107 void DoStuff2(ScopedDataPipeConsumerHandle pipe, in DoStuff2() function in mojo::test::__anon22a2ad010111::SampleFactoryImpl
192 void DoStuff2(bool* got_response, in DoStuff2() function
285 factory->DoStuff2(std::move(consumer_handle), in TEST_F()
286 base::Bind(&DoStuff2, &got_response, &got_text_reply, in TEST_F()
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dsample_factory.mojom35 DoStuff2(handle<data_pipe_consumer> pipe) => (string text);