Searched refs:ParamsStartIndex (Results 1 – 1 of 1) sorted by relevance
2640 Ice::SizeT ParamsStartIndex = 2; in ProcessRecord() local2647 ParamsStartIndex = 3; in ProcessRecord()2662 Ice::SizeT NumParams = Values.size() - ParamsStartIndex; in ProcessRecord()2698 for (Ice::SizeT Index = ParamsStartIndex; Index < Values.size(); ++Index) { in ProcessRecord()2703 StrBuf << "Parameter " << (Index - ParamsStartIndex + 1) << " of " in ProcessRecord()