Home
last modified time | relevance | path

Searched refs:readArray (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp78 if (auto EC = Reader.readArray(AddressMap, NumAddressMapEntries)) in reload()
84 if (auto EC = Reader.readArray(ThunkMap, Header->NumThunks)) in reload()
91 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()
DDbiModuleList.cpp180 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength())) in initializeModInfo()
199 if (auto EC = FISR.readArray(ModuleIndices, FileInfoHeader->NumModules)) in initializeFileInfo()
201 if (auto EC = FISR.readArray(ModFileCountArray, FileInfoHeader->NumModules)) in initializeFileInfo()
216 if (auto EC = FISR.readArray(FileNameOffsets, NumSourceFiles)) in initializeFileInfo()
DDbiStream.cpp42 if (auto EC = Reader.readArray(Output, Count)) in loadSectionContribs()
115 if (auto EC = Reader.readArray( in reload()
275 if (auto EC = Reader.readArray(SectionHeaders, NumSections)) in initializeSectionHeadersData()
301 if (auto EC = Reader.readArray(OldFpoRecords, NumRecords)) in initializeOldFpoRecords()
373 if (auto EC = SMReader.readArray(SectionMap, Header->SecCount)) in initializeSectionMapData()
DGlobalsStream.cpp119 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
163 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in readGSIHashBuckets()
DTpiStream.cpp76 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
DModuleDebugStream.cpp72 if (auto EC = SymbolReader.readArray( in reloadSerialize()
77 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize()
DSymbolStream.cpp30 if (auto EC = Reader.readArray(SymbolRecords, Stream->getLength())) in reload()
DPDBFile.cpp173 if (auto EC = Reader.readArray(ContainerLayout.DirectoryBlocks, in parseFileHeaders()
198 if (auto EC = Reader.readArray(ContainerLayout.StreamSizes, NumStreams)) in parseStreamData()
215 if (auto EC = Reader.readArray(Blocks, NumExpectedStreamBlocks)) in parseStreamData()
/third_party/skia/src/core/
DSkReadBuffer.cpp257 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray() function in SkReadBuffer
264 return this->readArray(value, size, sizeof(uint8_t)); in readByteArray()
268 return this->readArray(colors, size, sizeof(SkColor)); in readColorArray()
272 return this->readArray(colors, size, sizeof(SkColor4f)); in readColor4fArray()
276 return this->readArray(values, size, sizeof(int32_t)); in readIntArray()
280 return this->readArray(points, size, sizeof(SkPoint)); in readPointArray()
284 return this->readArray(values, size, sizeof(SkScalar)); in readScalarArray()
/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp233 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray() function in SkReadBuffer
240 return this->readArray(value, size, sizeof(uint8_t)); in readByteArray()
244 return this->readArray(colors, size, sizeof(SkColor)); in readColorArray()
248 return this->readArray(colors, size, sizeof(SkColor4f)); in readColor4fArray()
252 return this->readArray(values, size, sizeof(int32_t)); in readIntArray()
256 return this->readArray(points, size, sizeof(SkPoint)); in readPointArray()
260 return this->readArray(values, size, sizeof(SkScalar)); in readScalarArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp44 if (auto EC = Reader.readArray(Item.LineNumbers, BlockHeader->NumLines)) in operator ()()
47 if (auto EC = Reader.readArray(Item.Columns, BlockHeader->NumLines)) in operator ()()
61 if (auto EC = Reader.readArray(LinesAndColumns, Reader.bytesRemaining())) in initialize()
DDebugCrossImpSubsection.cpp39 if (auto EC = Reader.readArray(Item.Imports, Item.Header->Count)) in operator ()()
46 return Reader.readArray(References, Reader.bytesRemaining()); in initialize()
DDebugInlineeLinesSubsection.cpp34 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) in operator ()()
50 if (auto EC = Reader.readArray(Lines, Reader.bytesRemaining())) in initialize()
DDebugSymbolRVASubsection.cpp23 return Reader.readArray(RVAs, Reader.bytesRemaining() / sizeof(uint32_t)); in initialize()
DDebugSymbolsSubsection.cpp15 return Reader.readArray(Records, Reader.getLength()); in initialize()
DDebugCrossExSubsection.cpp26 return Reader.readArray(References, Size); in initialize()
DDebugFrameDataSubsection.cpp26 if (auto EC = Reader.readArray(Frames, Count)) in initialize()
DDebugChecksumsSubsection.cpp52 if (auto EC = Reader.readArray(Checksums, Reader.bytesRemaining())) in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() function
217 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymReader.cpp111 FileData.readArray(AddrOffsets, in parse()
118 FileData.readArray(AddrInfoOffsets, Hdr->NumAddresses)) in parse()
124 if (FileData.readInteger(NumFiles) || FileData.readArray(Files, NumFiles)) in parse()
/third_party/node/deps/npm/node_modules/JSONStream/test/
Dbool.js33 es.readArray(expected),
Dtwo-ways.js33 es.readArray(expected),
Dstringify.js33 es.readArray(expected),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h95 return Reader.readArray(Item, Func()); in deserialize()
145 return Reader.readArray(Item, Count); in deserialize()
/third_party/node/deps/npm/node_modules/sorted-union-stream/
DREADME.md17 // es.readArray converts an array into a stream

12