Searched refs:ErrorOrValue (Results 1 – 1 of 1) sorted by relevance
579 auto ErrorOrValue = readUnencodedNumber<uint8_t>(); in countRecords() local580 if (!ErrorOrValue) in countRecords()582 uint8_t Value = std::move(*ErrorOrValue); in countRecords()