Searched refs:EchoImpl (Results 1 – 3 of 3) sorted by relevance
48 class EchoImpl : public test::EchoService { class50 explicit EchoImpl(test::EchoServiceRequest request) in EchoImpl() function in mojo::__anon40c94bfd0111::EchoImpl52 ~EchoImpl() override = default;62 DISALLOW_COPY_AND_ASSIGN(EchoImpl);99 EchoImpl echo_impl(MakeRequest(&echo)); in TEST_F()
90 void EchoImpl(int32_t value, const base::Callback<void(int32_t)>& callback) { in EchoImpl() function in mojo::test::__anone24243e80111::TestSyncCommonImpl130 EchoImpl(value, callback); in Echo()152 EchoImpl(value, callback); in Echo()180 EchoImpl(value, callback); in Echo()
93 function EchoImpl() {}94 EchoImpl.prototype.echoInteger = function(value) {101 new EchoImpl(),135 method calls on the messsage pipe, and dispatches those calls to the `EchoImpl`