Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_native_types.h53 mojo::ScopedMessagePipeHandle PassPipe() const { return std::move(pipe_); } in PassPipe() function
Dnative_struct_unittest.cc82 auto pipe = passed.PassPipe(); in TEST_P()
Dtest_native_types.cc73 IPC::MojoMessageHelper::WriteMessagePipeTo(m, p.PassPipe()); in Write()