Searched refs:MaybeNewBlockInfo (Results 1 – 1 of 1) sorted by relevance
3936 Expected<std::optional<BitstreamBlockInfo>> MaybeNewBlockInfo = in readBlockInfo() local3938 if (!MaybeNewBlockInfo) in readBlockInfo()3939 return MaybeNewBlockInfo.takeError(); in readBlockInfo()3941 std::move(MaybeNewBlockInfo.get()); in readBlockInfo()