Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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/
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.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
104 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
104 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/chromium_org/chrome/browser/chromeos/dbus/
Dservice_provider_test_helper.cc102 scoped_ptr<dbus::Response> ServiceProviderTestHelper::CallMethod( in CallMethod() function in chromeos::ServiceProviderTestHelper
/external/chromium_org/dbus/
Dmock_unittest.cc158 TEST_F(MockTest, CallMethod) { in TEST_F() argument
Dobject_proxy.cc115 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::ObjectProxy
Dend_to_end_async_unittest.cc153 void CallMethod(MethodCall* method_call, in CallMethod() function in dbus::EndToEndAsyncTest
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates-memptrs.cpp87 void CallMethod(T &o) { in CallMethod() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc948 void CallMethod(const MethodDescriptor* method, in CallMethod() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1055 TEST_F(GeneratedServiceTest, CallMethod) { in TEST_F() argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1072 void CallMethod(const MethodDescriptor* method, in CallMethod() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1179 TEST_F(GeneratedServiceTest, CallMethod) { in TEST_F() argument
/external/chromium_org/third_party/npapi/npspy/extern/java/
Djri.h428 void* (*CallMethod)(JRIEnv* env, jint op, void* a, jint b, ...); member