Searched refs:MyCallback (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py64 def MyCallback(response): function in function:FooUnitTest.testService
70 srvc.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
79 unittest_pb2.BarRequest(), MyCallback)
92 srvc.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
98 unittest_pb2.BarRequest(), MyCallback)
113 def MyCallback(response): function in function:FooUnitTest.testServiceStub
126 stub.Foo(rpc_controller, request, MyCallback)

Completed in 74 milliseconds