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

/external/nanopb-c/generator/google/protobuf/
H A Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in class:Service
86 before CallMethod() returns or it may be at some point in the future.
96 CallMethod() requires that the request is of a particular subclass of
104 service.CallMethod(method, request, callback)
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
217 def CallMethod(self, method_descriptor, rpc_controller, member in class:RpcChannel
222 procedure looks the same as Service.CallMethod(), but the requirements
/external/protobuf/python/google/protobuf/
H A Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in class:Service
86 before CallMethod() returns or it may be at some point in the future.
96 CallMethod() requires that the request is of a particular subclass of
104 service.CallMethod(method, request, callback)
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
217 def CallMethod(self, method_descriptor, rpc_controller, member in class:RpcChannel
222 procedure looks the same as Service.CallMethod(), but the requirements
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in class:FooUnitTest.testService.MockRpcChannel
78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
97 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
104 def CallMethod(self, method, controller, request, member in class:FooUnitTest.testServiceStub.MockRpcChannel
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates-memptrs.cpp87 void CallMethod(T &o) { function
99 CallMethod<S, &S::f>(s);
100 CallMethod<M, &M::f>(m);
101 CallMethod<V, &V::f>(v);
102 CallMethod<U, &U::f>(u);
105 CallMethod<S, &S::g>(s);
106 CallMethod<M, &M::g>(m);
107 CallMethod<V, &V::g>(v);
108 CallMethod<U, &U::g>(u);
112 CallMethod<
[all...]
/external/libbrillo/brillo/dbus/
H A Ddbus_object_test_helpers.h56 inline std::unique_ptr<dbus::Response> CallMethod( function in namespace:brillo::dbus_utils::testing
75 // MethodHandlerInvoker is similar to CallMethod() function above, except
H A Ddbus_method_invoker.h18 // CallMethod and CallMethodWithTimeout are similar to CallMethodAndBlock but
44 // using brillo::dbus_utils::CallMethod;
55 // brillo::dbus_utils::CallMethod(obj,
306 inline void CallMethod(dbus::ObjectProxy* object, function in namespace:brillo::dbus_utils
/external/libchrome/dbus/
H A Dobject_proxy.cc115 void ObjectProxy::CallMethod(MethodCall* method_call, function in class:dbus::ObjectProxy
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1141 void CallMethod(const MethodDescriptor* method, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1248 TEST_F(GeneratedServiceTest, CallMethod) {
1249 // Test that CallMethod() works.
1251 // Call Foo() via CallMethod().
1252 mock_service_.CallMethod(foo_, &mock_controller_,
1265 mock_service_.CallMethod(bar_, &mock_controller_,
1277 mock_service_.CallMethod(foo_, &mock_controller_,
1283 mock_service_.CallMethod(foo_, &mock_controller_,

Completed in 174 milliseconds