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

/external/chromium_org/third_party/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/
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/chromium_org/third_party/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/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/chromium_org/chrome/browser/chromeos/dbus/
H A Dservice_provider_test_helper.cc102 scoped_ptr<dbus::Response> ServiceProviderTestHelper::CallMethod( function in class:chromeos::ServiceProviderTestHelper
/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/chromium_org/dbus/
H A Dend_to_end_async_unittest.cc157 void CallMethod(MethodCall* method_call, function in class:dbus::EndToEndAsyncTest
159 object_proxy_->CallMethod(method_call,
290 CallMethod(&method_call, timeout_ms);
327 CallMethod(&method_call, timeout_ms);
349 CallMethod(&method_call, timeout_ms);
369 CallMethod(&method_call, timeout_ms);
407 CallMethod(&method_call, timeout_ms);
443 CallMethod(&method_call, timeout_ms);
454 CallMethod(&method_call, timeout_ms);
477 CallMethod(
[all...]
H A Dobject_proxy.cc112 void ObjectProxy::CallMethod(MethodCall* method_call, function in class:dbus::ObjectProxy
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1072 void CallMethod(const MethodDescriptor* method, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1179 TEST_F(GeneratedServiceTest, CallMethod) {
1180 // Test that CallMethod() works.
1182 // Call Foo() via CallMethod().
1183 mock_service_.CallMethod(foo_, &mock_controller_,
1196 mock_service_.CallMethod(bar_, &mock_controller_,
1208 mock_service_.CallMethod(foo_, &mock_controller_,
1214 mock_service_.CallMethod(foo_, &mock_controller_,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc948 void CallMethod(const MethodDescriptor* method, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1055 TEST_F(GeneratedServiceTest, CallMethod) {
1056 // Test that CallMethod() works.
1058 // Call Foo() via CallMethod().
1059 mock_service_.CallMethod(foo_, &mock_controller_,
1072 mock_service_.CallMethod(bar_, &mock_controller_,
1084 mock_service_.CallMethod(foo_, &mock_controller_,
1090 mock_service_.CallMethod(foo_, &mock_controller_,
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri.h116 #define JRI_CallMethod(env) ((*(env))->CallMethod)
428 void* (*CallMethod)(JRIEnv* env, jint op, void* a, jint b, ...); member in struct:JRIEnvInterface

Completed in 7074 milliseconds