Searched refs:FunctionArg (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/new/ | ||
| H A D | genCommon.py | 123 class FunctionArg(collections.namedtuple("FunctionArg", "type name")): class in inherits:collections.namedtuple("FunctionArg", "type name") 177 args.append(FunctionArg(*_parseProtoElem(ch))) |
| /xsrc/external/mit/MesaLib/dist/src/mapi/new/ | ||
| H A D | genCommon.py | 123 class FunctionArg(collections.namedtuple("FunctionArg", "type name")): class in inherits:collections.namedtuple("FunctionArg", "type name") 177 args.append(FunctionArg(*_parseProtoElem(ch))) |
Completed in 3 milliseconds