Home
last modified time | relevance | path

Searched defs:readRecord (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolStream.cpp40 codeview::CVSymbol SymbolStream::readRecord(uint32_t Offset) const { in readRecord() function in SymbolStream
/external/leakcanary2/shark-graph/src/main/java/shark/
DHeapObject.kt57 abstract fun readRecord(): ObjectRecord in <lambda>() method in shark.HeapObject
260 override fun readRecord(): ClassDumpRecord { in <lambda>() method in shark.HeapObject.HeapClass
373 override fun readRecord(): InstanceDumpRecord { in <lambda>() method in shark.HeapObject.HeapInstance
575 override fun readRecord(): ObjectArrayDumpRecord { in <lambda>() method in shark.HeapObject.HeapObjectArray
643 override fun readRecord(): PrimitiveArrayDumpRecord { in <lambda>() method in shark.HeapObject.HeapPrimitiveArray
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolStream.cpp43 codeview::CVSymbol SymbolStream::readRecord(uint32_t Offset) const { in readRecord() function in SymbolStream
/external/leakcanary2/shark-hprof/src/main/java/shark/
DRandomAccessHprofReader.kt24 fun <T> readRecord( in readRecord() method
/external/boringssl/src/ssl/test/runner/
Dmock_quic_transport.go122 func (m *mockQUICTransport) readRecord(want recordType) (recordType, []byte, error) { func
Dconn.go1068 func (c *Conn) readRecord(want recordType) error { func
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/
Dmock_quic_transport.go122 func (m *mockQUICTransport) readRecord(want recordType) (recordType, []byte, error) { func
Dconn.go1068 func (c *Conn) readRecord(want recordType) error { func
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/
Dmock_quic_transport.go122 func (m *mockQUICTransport) readRecord(want recordType) (recordType, []byte, error) { func
Dconn.go1068 func (c *Conn) readRecord(want recordType) error { func
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp176 unsigned BitstreamCursor::readRecord(unsigned AbbrevID, in readRecord() function in BitstreamCursor
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp214 Expected<unsigned> BitstreamCursor::readRecord(unsigned AbbrevID, in readRecord() function in BitstreamCursor
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp205 Expected<unsigned> BitstreamCursor::readRecord(unsigned AbbrevID, in readRecord() function in BitstreamCursor
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveInputStream.java424 protected byte[] readRecord() throws IOException { in readRecord() method in TarArchiveInputStream
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp200 unsigned NaClBitstreamCursor::readRecord(unsigned AbbrevID, in readRecord() function in NaClBitstreamCursor
/external/turbine/java/com/google/turbine/bytecode/
DClassReader.java697 private RecordInfo readRecord(ConstantPoolReader constantPool) { in readRecord() method in ClassReader