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.py53 class ProtoNode(abc.ABC): class
121 root: Optional['ProtoNode'] = None,
238 def common_ancestor(self, other: 'ProtoNode') -> Optional['ProtoNode']:
278 def add_child(self, child: 'ProtoNode') -> None:
328 attr_accessor: Callable[['ProtoNode'], T],
329 root: Optional['ProtoNode'],
349 def _supports_child(self, child: 'ProtoNode') -> bool:
359 def _supports_child(self, child: ProtoNode) -> bool:
386 def _supports_child(self, child: ProtoNode) -> bool:
409 def _supports_child(self, child: ProtoNode) -> bool:
[all …]
Dcodegen_pwpb.py96 self, field: ProtoMessageField, scope: ProtoNode, root: ProtoNode
145 scope: ProtoNode,
146 root: ProtoNode,
2074 root: ProtoNode,
2184 root: ProtoNode,
2252 proto_enum: ProtoEnum, root: ProtoNode, output: OutputFile
2275 proto_enum: ProtoEnum, root: ProtoNode, output: OutputFile
2295 proto_enum: ProtoEnum, root: ProtoNode, output: OutputFile
2320 root: ProtoNode,
2371 message: ProtoMessage, root: ProtoNode, output: OutputFile
[all …]
/external/pigweed/pw_rpc/py/pw_rpc/
Dcodegen.py134 file_descriptor_proto, proto_package: ProtoNode, gen: CodeGenerator
507 proto_package: ProtoNode, gen: CodeGenerator, stub_generator: StubGenerator