Searched defs:ProtoService (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | codegen.py | 89 def service_class(service: ProtoService, root: ProtoNode, output: OutputFile, 160 def _method_lookup_table(service: ProtoService, output: OutputFile) -> None: 275 def _generate_service_class(service: ProtoService, output: OutputFile, 300 def _generate_service_stubs(service: ProtoService, output: OutputFile,
|
D | codegen_raw.py | 57 def _generate_code_for_client(unused_service: ProtoService, 64 def _generate_code_for_service(service: ProtoService, root: ProtoNode,
|
D | codegen_nanopb.py | 66 def _generate_code_for_service(service: ProtoService, root: ProtoNode, 112 def _generate_code_for_client(service: ProtoService, root: ProtoNode,
|
/external/grpc-grpc/src/objective-c/ProtoRPC/ |
D | ProtoService.m | 29 @implementation ProtoService { implementation
|
/external/pigweed/pw_protobuf/py/pw_protobuf/ |
D | proto_tree.py | 241 class ProtoService(ProtoNode): class
|