Home
last modified time | relevance | path

Searched refs:_XdrAst (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/net/sunrpc/xdrgen/
Dxdr_ast.py24 class _XdrAst(ast_utils.Ast): class
29 class _XdrIdentifier(_XdrAst):
36 class _XdrValue(_XdrAst):
43 class _XdrConstantValue(_XdrAst):
50 class _XdrTypeSpecifier(_XdrAst):
68 class _XdrDeclaration(_XdrAst):
145 class _XdrConstant(_XdrAst):
153 class _XdrEnumerator(_XdrAst):
161 class _XdrEnum(_XdrAst):
171 class _XdrStruct(_XdrAst):
[all …]
/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/
D__init__.py8 from xdr_ast import _XdrAst, Specification, _RpcProgram, _XdrTypeSpecifier
99 def emit_declaration(self, node: _XdrAst) -> None: argument
103 def emit_decoder(self, node: _XdrAst) -> None: argument
107 def emit_definition(self, node: _XdrAst) -> None: argument
111 def emit_encoder(self, node: _XdrAst) -> None: argument
/linux-6.12.1/tools/net/sunrpc/xdrgen/subcmds/
Dsource.py22 from xdr_ast import _XdrAst, _XdrEnum, _XdrPointer
30 def emit_source_decoder(node: _XdrAst, language: str, peer: str) -> None: argument
49 def emit_source_encoder(node: _XdrAst, language: str, peer: str) -> None: argument