/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PublicsStream.cpp | 78 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()
|
D | DbiModuleList.cpp | 180 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()
|
D | DbiStream.cpp | 42 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()
|
D | GlobalsStream.cpp | 119 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()
|
D | TpiStream.cpp | 76 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()
|
D | ModuleDebugStream.cpp | 72 if (auto EC = SymbolReader.readArray( in reloadSerialize() 77 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize()
|
D | SymbolStream.cpp | 30 if (auto EC = Reader.readArray(SymbolRecords, Stream->getLength())) in reload()
|
D | PDBFile.cpp | 173 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/ |
D | SkReadBuffer.cpp | 257 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/ |
D | SkReadBuffer.cpp | 233 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/ |
D | DebugLinesSubsection.cpp | 44 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()
|
D | DebugCrossImpSubsection.cpp | 39 if (auto EC = Reader.readArray(Item.Imports, Item.Header->Count)) in operator ()() 46 return Reader.readArray(References, Reader.bytesRemaining()); in initialize()
|
D | DebugInlineeLinesSubsection.cpp | 34 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) in operator ()() 50 if (auto EC = Reader.readArray(Lines, Reader.bytesRemaining())) in initialize()
|
D | DebugSymbolRVASubsection.cpp | 23 return Reader.readArray(RVAs, Reader.bytesRemaining() / sizeof(uint32_t)); in initialize()
|
D | DebugSymbolsSubsection.cpp | 15 return Reader.readArray(Records, Reader.getLength()); in initialize()
|
D | DebugCrossExSubsection.cpp | 26 return Reader.readArray(References, Size); in initialize()
|
D | DebugFrameDataSubsection.cpp | 26 if (auto EC = Reader.readArray(Frames, Count)) in initialize()
|
D | DebugChecksumsSubsection.cpp | 52 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/ |
D | BinaryStreamReader.h | 187 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/ |
D | GsymReader.cpp | 111 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/ |
D | bool.js | 33 es.readArray(expected),
|
D | two-ways.js | 33 es.readArray(expected),
|
D | stringify.js | 33 es.readArray(expected),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | RecordSerialization.h | 95 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/ |
D | README.md | 17 // es.readArray converts an array into a stream
|