Searched refs:MaybeNewBlockInfo (Results 1 – 1 of 1) sorted by relevance
4026 Expected<std::optional<BitstreamBlockInfo>> MaybeNewBlockInfo = in readBlockInfo() local4028 if (!MaybeNewBlockInfo) in readBlockInfo()4029 return MaybeNewBlockInfo.takeError(); in readBlockInfo()4031 std::move(MaybeNewBlockInfo.get()); in readBlockInfo()