Searched refs:NameStreamIndex (Results 1 – 3 of 3) sorted by relevance
275 uint32_t NameStreamIndex = IS->getNamedStreamIndex("/names"); in getStringTable() local277 if (NameStreamIndex == 0) in getStringTable()279 if (NameStreamIndex >= getNumStreams()) in getStringTable()282 auto NS = MappedBlockStream::createIndexedStream(NameStreamIndex, *this); in getStringTable()
301 uint32_t NameStreamIndex = in dumpNamedStream() local303 if (NameStreamIndex == 0 || NameStreamIndex >= File.getNumStreams()) in dumpNamedStream()306 if (NameStreamIndex != 0) { in dumpNamedStream()311 P.printNumber("Index", NameStreamIndex); in dumpNamedStream()314 MappedBlockStream::createIndexedStream(NameStreamIndex, File); in dumpNamedStream()
376 uint32_t NameStreamIndex = *ExpectedNSI; in getStringTable() local379 safelyCreateIndexedStream(ContainerLayout, *Buffer, NameStreamIndex); in getStringTable()