Lines Matching refs:GetInt
174 partNum = (int) GetInt(attributeOperation, 1) - 1;
217 partNum = (int) GetInt(partName, 1) - 1;
322 newPartNum = (int) GetInt(newPartInfo, 1) - 1;
373 p1 = GetInt(twoParts, 1) - 1;
374 p2 = GetInt(twoParts, 2) - 1;
401 partNum = (int) GetInt(typeCode, 1) - 1;
425 partNum = (int) GetInt(partGUID, 1) - 1;
538 origPartNum = GetInt(argument, i + 1) - 1;
586 uint64_t GetInt(const string & argument, int itemNum) {
592 } // GPTDataCL::GetInt()