Home
last modified time | relevance | path

Searched refs:unary_unary_rpc_method_handler (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/profiler/
Dprofiler_analysis_pb2_grpc.py99 grpc.unary_unary_rpc_method_handler(
107 grpc.unary_unary_rpc_method_handler(
115 grpc.unary_unary_rpc_method_handler(
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_auth_context_test.py66 grpc.unary_unary_rpc_method_handler(handle_unary_unary)
85 grpc.unary_unary_rpc_method_handler(handle_unary_unary)
113 grpc.unary_unary_rpc_method_handler(handle_unary_unary)
158 grpc.unary_unary_rpc_method_handler(handle_unary_unary)
D_reconnect_test.py79 grpc.unary_unary_rpc_method_handler(_handle_unary_unary)
D_session_cache_test.py57 grpc.unary_unary_rpc_method_handler(handle_unary_unary)
D_metadata_code_details_test.py173 grpc.unary_unary_rpc_method_handler(
/external/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py60 'Store': grpc.unary_unary_rpc_method_handler(
75 'GetMinMaxHitPoints': grpc.unary_unary_rpc_method_handler(
149 'Store': grpc.unary_unary_rpc_method_handler(
164 'GetMinMaxHitPoints': grpc.unary_unary_rpc_method_handler(
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_service_pb2_grpc.py98 'SendTracebacks': grpc.unary_unary_rpc_method_handler(
103 'SendSourceFiles': grpc.unary_unary_rpc_method_handler(
/external/grpc-grpc/examples/python/interceptors/headers/
Drequest_header_validator_interceptor.py24 return grpc.unary_unary_rpc_method_handler(terminate)
Dhelloworld_pb2_grpc.py38 'SayHello': grpc.unary_unary_rpc_method_handler(
/external/grpc-grpc/examples/python/multiplex/
Dhelloworld_pb2_grpc.py38 'SayHello': grpc.unary_unary_rpc_method_handler(
Droute_guide_pb2_grpc.py90 'GetFeature': grpc.unary_unary_rpc_method_handler(
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2_grpc.py38 'SayHello': grpc.unary_unary_rpc_method_handler(
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2_grpc.py38 'SayHello': grpc.unary_unary_rpc_method_handler(
/external/avb/proto/
Dapi_pb2_grpc.py53 'AddVBMeta': grpc.unary_unary_rpc_method_handler(
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2_grpc.py90 'GetFeature': grpc.unary_unary_rpc_method_handler(
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py85 grpc.unary_unary_rpc_method_handler(servicer.UnaryCall),
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1282 def unary_unary_rpc_method_handler(behavior, function