Home
last modified time | relevance | path

Searched refs:readObject (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp28 if (auto EC = Reader.readObject(Header)) in readHeader()
64 if (auto EC = Reader.readObject(HashCount)) in readHashTable()
H A DInjectedSourceStream.cpp31 if (auto EC = Reader.readObject(Header)) in reload()
H A DDbiModuleDescriptor.cpp24 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
H A DPublicsStream.cpp68 if (Reader.readObject(Header)) in reload()
H A DInfoStream.cpp28 if (auto EC = Reader.readObject(Header)) in reload()
H A DGlobalsStream.cpp95 if (Reader.readObject(HashHdr)) in readGSIHashHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp27 if (auto EC = Reader.readObject(BlockHeader)) in operator ()()
57 if (auto EC = Reader.readObject(Header)) in initialize()
H A DDebugFrameDataSubsection.cpp17 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
H A DDebugChecksumsSubsection.cpp39 if (auto EC = Reader.readObject(Header)) in operator ()()
H A DDebugCrossImpSubsection.cpp33 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
H A DDebugInlineeLinesSubsection.cpp27 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
H A DDebugSubsectionRecord.cpp35 if (auto EC = Reader.readObject(Header)) in initialize()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DProperties.java25 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in Properties
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DProperties.java27 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in Properties
/third_party/vk-gl-cts/framework/common/
H A DtcuThreadUtil.cpp278 readObject(SharedPtr<Object>(a)); in CompareData()
279 readObject(SharedPtr<Object>(b)); in CompareData()
H A DtcuThreadUtil.hpp138 void readObject (de::SharedPtr<Object> object) { object->read(m_event, m_deps); } in readObject() function in tcu::ThreadUtil::Operation
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DBoundedByteStringTest.java104 Object o = ois.readObject(); in testJavaSerialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h122 if (auto EC = Stream.readObject(H)) in load()
149 if (auto EC = Stream.readObject(Value)) in load()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2416 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in MessageFormat
2419 String languageTag = (String)in.readObject(); in readObject()
2421 MessagePattern.ApostropheMode aposMode = (MessagePattern.ApostropheMode)in.readObject(); in readObject()
2425 String msg = (String)in.readObject(); in readObject()
2432 Format formatter = (Format)in.readObject(); in readObject()
2438 in.readObject(); in readObject()
H A DSelectFormat.java378 private void readObject(ObjectInputStream in) in readObject() method in SelectFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java2372 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in MessageFormat
2375 String languageTag = (String)in.readObject(); in readObject()
2377 MessagePattern.ApostropheMode aposMode = (MessagePattern.ApostropheMode)in.readObject(); in readObject()
2381 String msg = (String)in.readObject(); in readObject()
2388 Format formatter = (Format)in.readObject(); in readObject()
2394 in.readObject(); in readObject()
H A DSelectFormat.java368 private void readObject(ObjectInputStream in) in readObject() method in SelectFormat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h102 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableChecker.java142 objectsIn = (Object[]) in.readObject(); in visit()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableChecker.java139 objectsIn = (Object[]) in.readObject(); in visit()

Completed in 35 milliseconds

123456