Searched refs:MaybeNewBlockInfo (Results 1 – 2 of 2) sorted by relevance
585 Expected<Optional<BitstreamBlockInfo>> MaybeNewBlockInfo = in analyze() local587 if (!MaybeNewBlockInfo) in analyze()588 return MaybeNewBlockInfo.takeError(); in analyze()590 std::move(MaybeNewBlockInfo.get()); in analyze()749 Expected<Optional<BitstreamBlockInfo>> MaybeNewBlockInfo = in parseBlock() local751 if (!MaybeNewBlockInfo) in parseBlock()752 return MaybeNewBlockInfo.takeError(); in parseBlock()754 std::move(MaybeNewBlockInfo.get()); in parseBlock()
3176 Expected<Optional<BitstreamBlockInfo>> MaybeNewBlockInfo = in readBlockInfo() local3178 if (!MaybeNewBlockInfo) in readBlockInfo()3181 std::move(MaybeNewBlockInfo.get()); in readBlockInfo()