OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EchoImpl
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/mojo/public/cpp/bindings/tests/
test_helpers_unittest.cc
48
class
EchoImpl
: public test::EchoService {
50
explicit
EchoImpl
(test::EchoServiceRequest request)
52
~
EchoImpl
() override = default;
62
DISALLOW_COPY_AND_ASSIGN(
EchoImpl
);
99
EchoImpl
echo_impl(MakeRequest(&echo));
sync_method_unittest.cc
90
void
EchoImpl
(int32_t value, const base::Callback<void(int32_t)>& callback) {
130
EchoImpl
(value, callback);
152
EchoImpl
(value, callback);
180
EchoImpl
(value, callback);
[
all
...]
Completed in 100 milliseconds