Home
last modified time | relevance | path

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

/linux/tools/net/sunrpc/xdrgen/generators/
H A Dtypedef.py11 from xdr_ast import _XdrBasic, _XdrTypedef, _XdrVariableLengthString
241 def emit_declaration(self, node: _XdrTypedef) -> None: argument
245 def emit_definition(self, node: _XdrTypedef) -> None: argument
249 def emit_decoder(self, node: _XdrTypedef) -> None: argument
253 def emit_encoder(self, node: _XdrTypedef) -> None: argument
/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Dsource.py23 from xdr_ast import _XdrStruct, _XdrTypedef, _XdrUnion
36 elif isinstance(node, _XdrTypedef):
55 elif isinstance(node, _XdrTypedef):
H A Ddeclarations.py25 from xdr_ast import _XdrTypedef, _XdrStruct, _XdrUnion
40 elif isinstance(definition.value, _XdrTypedef):
H A Ddefinitions.py25 from xdr_ast import _XdrTypedef, _XdrStruct, _XdrUnion
44 elif isinstance(definition.value, _XdrTypedef):
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py187 class _XdrTypedef(_XdrAst): class
428 return _XdrTypedef(new_type)