Home
last modified time | relevance | path

Searched defs:ProtoNode (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py51 class ProtoNode(abc.ABC): class
237 def common_ancestor(self, other: ProtoNode) -> ProtoNode | None:
277 def add_child(self, child: ProtoNode) -> None:
327 attr_accessor: Callable[[ProtoNode], T],
348 def _supports_child(self, child: ProtoNode) -> bool:
358 def _supports_child(self, child: ProtoNode) -> bool:
385 def _supports_child(self, child: ProtoNode) -> bool:
408 def _supports_child(self, child: ProtoNode) -> bool:
456 def _supports_child(self, child: ProtoNode) -> bool:
473 def _supports_child(self, child: ProtoNode) -> bool:
[all …]
Dcodegen_pwpb.py96 self, field: ProtoMessageField, scope: ProtoNode, root: ProtoNode
145 scope: ProtoNode,
146 root: ProtoNode,
2580 root: ProtoNode,
2611 root: ProtoNode,
2721 root: ProtoNode,
2789 proto_enum: ProtoEnum, root: ProtoNode, output: OutputFile
2812 proto_enum: ProtoEnum, root: ProtoNode, output: OutputFile
2832 proto_enum: ProtoEnum, root: ProtoNode, output: OutputFile
2857 root: ProtoNode,
[all …]
/external/pigweed/pw_rpc/py/pw_rpc/
Dcodegen.py136 file_descriptor_proto, proto_package: ProtoNode, gen: CodeGenerator
542 proto_package: ProtoNode, gen: CodeGenerator, stub_generator: StubGenerator