Searched refs:ExpectedMsf (Results 1 – 1 of 1) sorted by relevance
42 auto ExpectedMsf = MSFBuilder::create(Allocator, BlockSize); in initialize() local43 if (!ExpectedMsf) in initialize()44 return ExpectedMsf.takeError(); in initialize()45 Msf = std::make_unique<MSFBuilder>(std::move(*ExpectedMsf)); in initialize()