Home
last modified time | relevance | path

Searched defs:CallMethod (Results 1 – 8 of 8) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
217 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
/external/protobuf/python/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
217 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
/external/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py52 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
109 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h56 inline std::unique_ptr<dbus::Response> CallMethod( in CallMethod() function
Ddbus_method_invoker.h306 inline void CallMethod(dbus::ObjectProxy* object, in CallMethod() function
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates-memptrs.cpp87 void CallMethod(T &o) { in CallMethod() function
/external/libchrome/dbus/
Dobject_proxy.cc118 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::ObjectProxy
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1197 void CallMethod(const MethodDescriptor* method, in CallMethod() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1304 TEST_F(GeneratedServiceTest, CallMethod) { in TEST_F() argument