Home
last modified time | relevance | path

Searched refs:BIDIRECTIONAL_STREAMING (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py330 BIDIRECTIONAL_STREAMING = 'kBidirectionalStreaming' variable in ProtoServiceMethod.Type
351 or self._type is self.Type.BIDIRECTIONAL_STREAMING)
355 or self._type is self.Type.BIDIRECTIONAL_STREAMING)
446 method_type = ProtoServiceMethod.Type.BIDIRECTIONAL_STREAMING
/external/pigweed/pw_rpc/py/pw_rpc/
Ddescriptors.py186 BIDIRECTIONAL_STREAMING = 3 variable in Method.Type
206 return self.Type.BIDIRECTIONAL_STREAMING
Dcallback_client.py452 if method.type is Method.Type.BIDIRECTIONAL_STREAMING: