Searched refs:MaybeNewBlockInfo (Results 1 – 1 of 1) sorted by relevance
3750 Expected<std::optional<BitstreamBlockInfo>> MaybeNewBlockInfo = in readBlockInfo() local3752 if (!MaybeNewBlockInfo) in readBlockInfo()3753 return MaybeNewBlockInfo.takeError(); in readBlockInfo()3755 std::move(MaybeNewBlockInfo.get()); in readBlockInfo()