Searched refs:readUnsignedNumber (Results 1 – 2 of 2) sorted by relevance
346 template <typename T> ErrorOr<T> MCPseudoProbeDecoder::readUnsignedNumber() { in readUnsignedNumber() function in MCPseudoProbeDecoder401 auto ErrorOrNameSize = readUnsignedNumber<uint32_t>(); in buildGUID2FuncDescMap()420 cantFail(errorOrToExpected(readUnsignedNumber<uint32_t>())); in buildGUID2FuncDescMap()450 Index = cantFail(errorOrToExpected(readUnsignedNumber<uint32_t>())); in buildAddress2ProbeMap()474 cantFail(errorOrToExpected(readUnsignedNumber<uint32_t>())); in buildAddress2ProbeMap()478 cantFail(errorOrToExpected(readUnsignedNumber<uint32_t>())); in buildAddress2ProbeMap()483 cantFail(errorOrToExpected(readUnsignedNumber<uint32_t>())); in buildAddress2ProbeMap()512 cantFail(errorOrToExpected(readUnsignedNumber<uint32_t>())); in buildAddress2ProbeMap()542 if (!readUnsignedNumber<uint32_t>()) in countRecords()560 auto ErrorOrNodeCount = readUnsignedNumber<uint32_t>(); in countRecords()[all …]
427 template <typename T> ErrorOr<T> readUnsignedNumber();