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

/external/chromium_org/third_party/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)
/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 391 milliseconds