Searched refs:_XdrTypeSpecifier (Results 1 – 2 of 2) sorted by relevance
50 class _XdrTypeSpecifier(_XdrAst): class58 class _XdrDefinedType(_XdrTypeSpecifier):63 class _XdrBuiltInType(_XdrTypeSpecifier):104 spec: _XdrTypeSpecifier114 spec: _XdrTypeSpecifier124 spec: _XdrTypeSpecifier133 spec: _XdrTypeSpecifier226 argument: _XdrTypeSpecifier227 result: _XdrTypeSpecifier
8 from xdr_ast import _XdrAst, Specification, _RpcProgram, _XdrTypeSpecifier56 def kernel_c_type(spec: _XdrTypeSpecifier) -> str: argument