Searched defs:ProtoNode (Results 1 – 3 of 3) sorted by relevance
| /external/pigweed/pw_protobuf/py/pw_protobuf/ |
| D | proto_tree.py | 53 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 …]
|
| D | codegen_pwpb.py | 96 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/ |
| D | codegen.py | 134 file_descriptor_proto, proto_package: ProtoNode, gen: CodeGenerator 507 proto_package: ProtoNode, gen: CodeGenerator, stub_generator: StubGenerator
|