Home
last modified time | relevance | path

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

/linux/tools/net/sunrpc/xdrgen/generators/
H A D__init__.py100 emit_declaration(self, node: _XdrAst) global() argument
104 emit_decoder(self, node: _XdrAst) global() argument
108 emit_definition(self, node: _XdrAst) global() argument
112 emit_encoder(self, node: _XdrAst) global() argument
116 emit_maxsize(self, node: _XdrAst) global() argument
/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Dsource.py33 def emit_source_decoder(node: _XdrAst, language: str, peer: str) -> None:
52 def emit_source_encoder(node: _XdrAst, language: str, peer: str) -> None:
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py65 class _XdrAst(ast_utils.Ast): class