Home
last modified time | relevance | path

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

/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/compatibility_tests/v2.5.0/tests/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/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py52 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
113 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h59 inline std::unique_ptr<::dbus::Response> CallMethod( in CallMethod() function
Ddbus_method_invoker.h309 inline void CallMethod(::dbus::ObjectProxy* object, in CallMethod() function
/external/libchrome/dbus/
Dmock_object_proxy.cc17 void MockObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::MockObjectProxy
Dmock_unittest.cc190 TEST_F(MockTest, CallMethod) { in TEST_F() argument
Dobject_proxy.cc179 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::ObjectProxy
Dend_to_end_async_unittest.cc158 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/tensorflow/tensorflow/core/platform/
Dmutex.h273 inline bool Condition::CallMethod(const Condition* cond) { in CallMethod() function
/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc450 bool GrpcTool::CallMethod(int argc, const char** argv, in CallMethod() function in grpc::testing::GrpcTool