reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1450 success = !entry.ref().getAsInteger(0, uval64); 1452 success = !entry.ref().getAsInteger(16, uval64); 1458 } else if (!UIntValueIsValidForSize(uval64, item_byte_size)) { 1462 uval64, (uint64_t)item_byte_size); 1466 buffer.PutMaxHex64(uval64, item_byte_size); 1470 uval64 = OptionArgParser::ToBoolean(entry.ref(), false, &success); 1477 buffer.PutMaxHex64(uval64, item_byte_size); 1481 if (entry.ref().getAsInteger(2, uval64)) { 1486 } else if (!UIntValueIsValidForSize(uval64, item_byte_size)) { 1490 uval64, (uint64_t)item_byte_size); 1494 buffer.PutMaxHex64(uval64, item_byte_size); 1538 if (!entry.ref().getAsInteger(0, uval64)) { 1544 } else if (!UIntValueIsValidForSize(uval64, item_byte_size)) { 1548 uval64, (uint64_t)item_byte_size); 1552 buffer.PutMaxHex64(uval64, item_byte_size); 1556 if (entry.ref().getAsInteger(8, uval64)) { 1561 } else if (!UIntValueIsValidForSize(uval64, item_byte_size)) { 1565 uval64, (uint64_t)item_byte_size); 1569 buffer.PutMaxHex64(uval64, item_byte_size);