Home
last modified time | relevance | path

Searched defs:getObject (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcontrolFlowSelfReferentialLoop.ts110 function getObject(id: string | number) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h405 inline const ObjectFile *SymbolRef::getObject() const { in getObject() function
514 inline const ObjectFile *SectionRef::getObject() const { in getObject() function
552 inline const ObjectFile *RelocationRef::getObject() const { in getObject() function
DSymbolicFile.h207 inline const SymbolicFile *BasicSymbolRef::getObject() const { in getObject() function
DELFObjectFile.h104 const ELFObjectFileBase *getObject() const { in getObject() function
142 const ELFObjectFileBase *getObject() const { in getObject() function
194 const ELFObjectFileBase *getObject() const { in getObject() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestDataModule.java95 public abstract Object getObject(String key); in getObject() method
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestDataModule.java94 public abstract Object getObject(String key); in getObject() method
/third_party/node/deps/npm/node_modules/boxen/
Dindex.js10 const getObject = detail => { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp60 const json::Object *Object::getObject(StringRef K) const { in getObject() function in llvm::json::Object
65 json::Object *Object::getObject(StringRef K) { in getObject() function in llvm::json::Object
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h82 const object::MachOObjectFile &getObject() const { return Obj; } in getObject() function
/third_party/typescript/tests/baselines/reference/
DcontrolFlowSelfReferentialLoop.js109 function getObject(id: string | number) { function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp314 virtual std::unique_ptr<llvm::MemoryBuffer> getObject(const llvm::Module *M) { in getObject() function in LPObjectCache
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java168 static Object getObject(Object target, long offset) { in getObject() method in UnsafeUtil
232 static Object getObject(Object[] target, long index) { in getObject() method in UnsafeUtil
581 public final Object getObject(Object target, long offset) { in getObject() method in UnsafeUtil.MemoryAccessor
/third_party/icu/icu4c/source/i18n/
Dfmtable.cpp524 Formattable::getObject() const { in getObject() function in Formattable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp524 Formattable::getObject() const { in getObject() function in Formattable
/third_party/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp524 Formattable::getObject() const { in getObject() function in Formattable
/third_party/node/deps/icu-small/source/i18n/
Dfmtable.cpp524 Formattable::getObject() const { in getObject() function in Formattable
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp751 std::unique_ptr<llvm::MemoryBuffer> JitCache::getObject(const llvm::Module* M) in getObject() function in JitCache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp25 static Expected<const T *> getObject(MemoryBufferRef M, const void *Ptr, in getObject() function
DCOFFObjectFile.cpp57 static std::error_code getObject(const T *&Obj, MemoryBufferRef M, in getObject() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp1194 Object const &getObject(Object::ID id) const in getObject() function in sw::SpirvShader
/third_party/glslang/glslang/Include/
Dintermediate.h1251 virtual TIntermTyped* getObject() const { return object; } in getObject() function