Searched refs:MaybeNewBlockInfo (Results 1 – 1 of 1) sorted by relevance
3778 Expected<std::optional<BitstreamBlockInfo>> MaybeNewBlockInfo = in readBlockInfo() local3780 if (!MaybeNewBlockInfo) in readBlockInfo()3781 return MaybeNewBlockInfo.takeError(); in readBlockInfo()3783 std::move(MaybeNewBlockInfo.get()); in readBlockInfo()