Home
last modified time | relevance | path

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

/linux-6.15/tools/net/sunrpc/xdrgen/generators/
H A 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
250 def emit_struct_maxsize(environment: Environment, node: _XdrStruct) -> None: argument
270 def emit_declaration(self, node: _XdrStruct) -> None: argument
274 def emit_definition(self, node: _XdrStruct) -> None: argument
278 def emit_decoder(self, node: _XdrStruct) -> None: argument
282 def emit_encoder(self, node: _XdrStruct) -> None: argument
[all …]
/linux-6.15/tools/net/sunrpc/xdrgen/subcmds/
H A Ddefinitions.py25 from xdr_ast import _XdrTypedef, _XdrStruct, _XdrUnion
44 elif isinstance(definition.value, _XdrStruct):
63 elif isinstance(definition.value, _XdrStruct):
H A Dsource.py23 from xdr_ast import _XdrStruct, _XdrTypedef, _XdrUnion
38 elif isinstance(node, _XdrStruct):
57 elif isinstance(node, _XdrStruct):
H A Ddeclarations.py25 from xdr_ast import _XdrTypedef, _XdrStruct, _XdrUnion
42 elif isinstance(definition.value, _XdrStruct):
/linux-6.15/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py347 class _XdrStruct(_XdrAst): class
665 return _XdrStruct(name, fields)