Searched refs:_XdrTypeSpecifier (Results 1 – 2 of 2) sorted by relevance
87 class _XdrTypeSpecifier(_XdrAst): class95 class _XdrDefinedType(_XdrTypeSpecifier):109 class _XdrBuiltInType(_XdrTypeSpecifier):196 spec: _XdrTypeSpecifier219 spec: _XdrTypeSpecifier245 spec: _XdrTypeSpecifier268 spec: _XdrTypeSpecifier490 argument: _XdrTypeSpecifier491 result: _XdrTypeSpecifier
8 from xdr_ast import _XdrAst, Specification, _RpcProgram, _XdrTypeSpecifier56 def kernel_c_type(spec: _XdrTypeSpecifier) -> str: argument