Lines Matching defs:readUnencodedNumber
340 template <typename T> ErrorOr<T> MCPseudoProbeDecoder::readUnencodedNumber() {
397 if (!readUnencodedNumber<uint64_t>())
400 if (!readUnencodedNumber<uint64_t>())
418 cantFail(errorOrToExpected(readUnencodedNumber<uint64_t>()));
420 cantFail(errorOrToExpected(readUnencodedNumber<uint64_t>()));
456 uint64_t Guid = cantFail(errorOrToExpected(readUnencodedNumber<uint64_t>()));
487 uint8_t Value = cantFail(errorOrToExpected(readUnencodedNumber<uint8_t>()));
496 Addr = cantFail(errorOrToExpected(readUnencodedNumber<int64_t>()));
548 auto ErrorOrCurGuid = readUnencodedNumber<uint64_t>();
581 auto ErrorOrValue = readUnencodedNumber<uint8_t>();
593 if (!readUnencodedNumber<int64_t>())