Home
last modified time | relevance | path

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

/tools/net/sunrpc/xdrgen/generators/
A 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
115 def emit_maxsize(self, node: _XdrAst) -> None: argument
/tools/net/sunrpc/xdrgen/
A Dxdr_ast.py61 class _XdrAst(ast_utils.Ast): class
66 class _XdrIdentifier(_XdrAst):
73 class _XdrValue(_XdrAst):
325 class _XdrEnum(_XdrAst):
347 class _XdrStruct(_XdrAst):
375 class _XdrPointer(_XdrAst):
404 class _XdrTypedef(_XdrAst):
445 class _XdrUnion(_XdrAst):
495 class _RpcVersion(_XdrAst):
513 class _Pragma(_XdrAst):
[all …]
/tools/net/sunrpc/xdrgen/subcmds/
A 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

Completed in 5 milliseconds