Home | History | Annotate | Download | only in Native

Lines Matching defs:SN

138   Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0);
139 if (!SN)
140 return SN.takeError();
159 SN = allocateNamedStream("/names", StringsLen);
160 if (!SN)
161 return SN.takeError();
199 SN = allocateNamedStream("/src/headerblock", SrcHeaderBlockSize);
200 if (!SN)
201 return SN.takeError();
203 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize());
204 if (!SN)
205 return SN.takeError();
220 uint32_t SN = 0;
221 if (!NamedStreams.get(Name, SN))
223 return SN;
230 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock"));
232 Layout, MsfBuffer, SN, Allocator);
254 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName));
257 Layout, MsfBuffer, SN, Allocator);