Home
last modified time | relevance | path

Searched refs:_XdrStruct (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/
Dstruct.py14 from xdr_ast import _XdrOptionalData, _XdrStruct, _XdrDeclaration
18 def emit_struct_declaration(environment: Environment, node: _XdrStruct) -> None: argument
81 def emit_struct_definition(environment: Environment, node: _XdrStruct) -> None: argument
161 def emit_struct_decoder(environment: Environment, node: _XdrStruct) -> None: argument
238 def emit_struct_encoder(environment: Environment, node: _XdrStruct) -> None: argument
258 def emit_declaration(self, node: _XdrStruct) -> None: argument
262 def emit_definition(self, node: _XdrStruct) -> None: argument
266 def emit_decoder(self, node: _XdrStruct) -> None: argument
270 def emit_encoder(self, node: _XdrStruct) -> None: argument
/linux-6.12.1/tools/net/sunrpc/xdrgen/subcmds/
Dsource.py23 from xdr_ast import _XdrStruct, _XdrTypedef, _XdrUnion
38 elif isinstance(node, _XdrStruct):
57 elif isinstance(node, _XdrStruct):
Ddeclarations.py25 from xdr_ast import _XdrTypedef, _XdrStruct, _XdrUnion
42 elif isinstance(definition.value, _XdrStruct):
Ddefinitions.py25 from xdr_ast import _XdrTypedef, _XdrStruct, _XdrUnion
46 elif isinstance(definition.value, _XdrStruct):
/linux-6.12.1/tools/net/sunrpc/xdrgen/
Dxdr_ast.py171 class _XdrStruct(_XdrAst): class
417 return _XdrStruct(name, fields)