Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:GetInt

163                      partNum = (int) GetInt(attributeOperation, 1) - 1;
198 partNum = (int) GetInt(partName, 1) - 1;
289 newPartNum = (int) GetInt(newPartInfo, 1) - 1;
335 p1 = GetInt(twoParts, 1) - 1;
336 p2 = GetInt(twoParts, 2) - 1;
363 partNum = (int) GetInt(typeCode, 1) - 1;
392 partNum = (int) GetInt(partGUID, 1) - 1;
495 origPartNum = GetInt(argument, i + 1) - 1;
542 uint64_t GetInt(const string & argument, int itemNum) {
548 } // GPTDataCL::GetInt()