ArgumentCount
int ArgumentCount() const
int32 ArgumentCount() const { return fCount; }
UINT8 ArgumentCount;
ArgumentCount = AcpiPsGetArgumentCount (OpInfo->Type);
if (ParentScope->Common.ArgListLength > ArgumentCount)
fMainFunction(args.ArgumentCount(), args.Arguments());
options.commandLineArgc = argVector.ArgumentCount();
if (args.ArgumentCount() == 0)
_ExecuteCommand(args.ArgumentCount(), args.Arguments());
int argc = parameters.ArgumentCount();
int ArgumentCount() const
options.commandLineArgc = debugger->ArgumentCount();