Searched defs:ProtoServiceMethod (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | codegen_nanopb.py | 42 def _generate_method_descriptor(method: ProtoServiceMethod, method_id: int, 73 def _generate_code_for_client_method(method: ProtoServiceMethod, 167 def unary_signature(self, method: ProtoServiceMethod, prefix: str) -> str: 172 def unary_stub(self, method: ProtoServiceMethod, 180 def server_streaming_signature(self, method: ProtoServiceMethod,
|
D | codegen_raw.py | 40 def _generate_method_descriptor(method: ProtoServiceMethod, method_id: int, 81 def unary_signature(self, method: ProtoServiceMethod, prefix: str) -> str: 85 def unary_stub(self, method: ProtoServiceMethod, 93 def server_streaming_signature(self, method: ProtoServiceMethod,
|
D | codegen.py | 176 def unary_signature(self, method: ProtoServiceMethod, prefix: str) -> str: 180 def unary_stub(self, method: ProtoServiceMethod, 185 def server_streaming_signature(self, method: ProtoServiceMethod, 190 self, unused_method: ProtoServiceMethod, 199 def _select_stub_methods(generator: StubGenerator, method: ProtoServiceMethod):
|
/external/pigweed/pw_protobuf/py/pw_protobuf/ |
D | proto_tree.py | 253 def add_method(self, method: 'ProtoServiceMethod') -> None: 324 class ProtoServiceMethod: class
|