Lines Matching full:sn
146 Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0);
147 if (!SN)
148 return SN.takeError();
167 SN = allocateNamedStream("/names", StringsLen);
168 if (!SN)
169 return SN.takeError();
207 SN = allocateNamedStream("/src/headerblock", SrcHeaderBlockSize);
208 if (!SN)
209 return SN.takeError();
211 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize());
212 if (!SN)
213 return SN.takeError();
228 uint32_t SN = 0;
229 if (!NamedStreams.get(Name, SN))
231 return SN;
238 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock"));
240 Layout, MsfBuffer, SN, Allocator);
263 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName));
266 Layout, MsfBuffer, SN, Allocator);