Searched refs:_XdrDeclaration (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_ast.py | 122 class _XdrDeclaration(_XdrAst): class 127 class _XdrFixedLengthOpaque(_XdrDeclaration): 148 class _XdrVariableLengthOpaque(_XdrDeclaration): 172 class _XdrString(_XdrDeclaration): 196 class _XdrFixedLengthArray(_XdrDeclaration): 219 class _XdrVariableLengthArray(_XdrDeclaration): 245 class _XdrOptionalData(_XdrDeclaration): 268 class _XdrBasic(_XdrDeclaration): 289 class _XdrVoid(_XdrDeclaration): 353 fields: List[_XdrDeclaration] [all …]
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | typedef.py | 14 from xdr_ast import _XdrOptionalData, _XdrVoid, _XdrDeclaration 18 def emit_typedef_declaration(environment: Environment, node: _XdrDeclaration) -> None: argument 66 def emit_type_definition(environment: Environment, node: _XdrDeclaration) -> None: argument 112 def emit_typedef_decoder(environment: Environment, node: _XdrDeclaration) -> None: argument 173 def emit_typedef_encoder(environment: Environment, node: _XdrDeclaration) -> None: argument 233 def emit_typedef_maxsize(environment: Environment, node: _XdrDeclaration) -> None: argument
|
| H A D | union.py | 12 from xdr_ast import _XdrDeclaration, _XdrCaseSpec, public_apis, big_endian 23 environment: Environment, node: _XdrDeclaration argument 38 environment: Environment, node: _XdrDeclaration argument 79 environment: Environment, node: _XdrDeclaration argument 209 environment: Environment, node: _XdrDeclaration argument
|
| H A D | pointer.py | 14 from xdr_ast import _XdrOptionalData, _XdrPointer, _XdrDeclaration 26 environment: Environment, field: _XdrDeclaration argument 94 environment: Environment, field: _XdrDeclaration argument 174 environment: Environment, field: _XdrDeclaration argument
|
| H A D | struct.py | 14 from xdr_ast import _XdrOptionalData, _XdrStruct, _XdrDeclaration 26 environment: Environment, field: _XdrDeclaration argument 94 environment: Environment, field: _XdrDeclaration argument 174 environment: Environment, field: _XdrDeclaration argument
|