Searched defs:ProtoNode (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/ |
H A 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 …]
|
H A D | codegen_pwpb.py | 57 node: ProtoNode, 146 scope: ProtoNode, 147 root: ProtoNode, 216 scope: ProtoNode, 217 root: ProtoNode, 757 scope: ProtoNode, 758 root: ProtoNode, 2805 root: ProtoNode, 2840 root: ProtoNode, 2953 root: ProtoNode, [all …]
|
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/ |
H A D | codegen.py | 136 file_descriptor_proto, proto_package: ProtoNode, gen: CodeGenerator 542 proto_package: ProtoNode, gen: CodeGenerator, stub_generator: StubGenerator
|