Searched defs:ProtoNode (Results 1 – 3 of 3) sorted by relevance
/external/pigweed/pw_protobuf/py/pw_protobuf/ |
D | proto_tree.py | 52 class ProtoNode(abc.ABC): class 238 def common_ancestor(self, other: ProtoNode) -> ProtoNode | None: 278 def add_child(self, child: ProtoNode) -> None: 328 attr_accessor: Callable[[ProtoNode], T], 349 def _supports_child(self, child: ProtoNode) -> bool: 359 def _supports_child(self, child: ProtoNode) -> bool: 386 def _supports_child(self, child: ProtoNode) -> bool: 442 def _supports_child(self, child: ProtoNode) -> bool: 490 def _supports_child(self, child: ProtoNode) -> bool: 507 def _supports_child(self, child: ProtoNode) -> bool: [all …]
|
D | codegen_pwpb.py | 57 node: ProtoNode, 146 scope: ProtoNode, 147 root: ProtoNode, 216 scope: ProtoNode, 217 root: ProtoNode, 782 scope: ProtoNode, 783 root: ProtoNode, 2893 root: ProtoNode, 2928 root: ProtoNode, 3041 root: ProtoNode, [all …]
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | codegen.py | 136 file_descriptor_proto, proto_package: ProtoNode, gen: CodeGenerator 542 proto_package: ProtoNode, gen: CodeGenerator, stub_generator: StubGenerator
|