Lines Matching defs:SN
145 Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0);
146 if (!SN)
147 return SN.takeError();
166 SN = allocateNamedStream("/names", StringsLen);
167 if (!SN)
168 return SN.takeError();
206 SN = allocateNamedStream("/src/headerblock", SrcHeaderBlockSize);
207 if (!SN)
208 return SN.takeError();
210 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize());
211 if (!SN)
212 return SN.takeError();
227 uint32_t SN = 0;
228 if (!NamedStreams.get(Name, SN))
230 return SN;
237 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock"));
239 Layout, MsfBuffer, SN, Allocator);
262 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName));
265 Layout, MsfBuffer, SN, Allocator);