Home
last modified time | relevance | path

Searched defs:ProtoServiceMethod (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_rpc/py/pw_rpc/
Dcodegen_nanopb.py42 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,
Dcodegen_raw.py40 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,
Dcodegen.py176 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/
Dproto_tree.py253 def add_method(self, method: 'ProtoServiceMethod') -> None:
324 class ProtoServiceMethod: class