Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 94) sorted by relevance

1234

/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h100 struct Object struct
119 typedef std::vector<Object> collection; argument
120 typedef collection::iterator iterator;
121 typedef collection::const_iterator const_iterator;
/external/clang/test/Parser/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; argument
9 struct Object { int i2; } *X; in foo() argument
Dnamelookup-bug-1.c4 typedef int Object; typedef
/external/llvm/include/llvm/Object/
DCOFFYAML.h83 struct Object { struct
88 Object(); argument
DELFYAML.h125 struct Object { struct
126 FileHeader Header;
127 std::vector<std::unique_ptr<Section>> Sections;
132 LocalGlobalWeakSymbols Symbols;
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/external/clang/test/SemaObjC/
Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
Dclass-method-lookup.m28 @interface Object @end interface
31 - (void)setWindow:(Object *)wdw;
Didiomatic-parentheses.m6 @interface Object interface
18 @implementation Object implementation
Dwarn-strict-selector-match.m13 @interface Object @end interface
16 - (void)setWindow:(Object *)wdw; // expected-note 2 {{using}}
48 + (NTGridDataObject*)dataObject:(id<MyObject, MyCoding>)data; argument
Dcomptypes-6.m6 @interface Object @end interface
Dinst-method-lookup-in-root.m7 @interface Object <P> interface
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/guava/guava-gwt/src/com/google/common/collect/
DSparseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, SparseImmutableTable<Object, Object, Object> table) in serialize()
DDenseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, DenseImmutableTable<Object, Object, Object> table) in serialize()
DImmutableTable_CustomFieldSerializerBase.java44 SerializationStreamWriter writer, ImmutableTable<Object, Object, Object> table) in serialize()
DMultimap_CustomFieldSerializerBase.java39 ImmutableMultimap.Builder<Object, Object> builder) in instantiate()
53 public static Multimap<Object, Object> populate( in populate()
/external/giflib/
Dgifalloc.c42 ColorMapObject *Object; in GifMakeMapObject() local
76 GifFreeMapObject(ColorMapObject *Object) in GifFreeMapObject()
86 DumpColorMap(ColorMapObject *Object, in DumpColorMap()
/external/llvm/lib/Object/
DELFYAML.cpp248 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
304 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
402 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
431 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
594 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in mapping() local
614 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { in mapping()
DIRObjectFile.cpp37 IRObjectFile::IRObjectFile(MemoryBufferRef Object, std::unique_ptr<Module> Mod) in IRObjectFile()
274 ErrorOr<MemoryBufferRef> IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
294 llvm::object::IRObjectFile::create(MemoryBufferRef Object, in create()
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc199 VtablePrefix *getVtablePrefix(void *Object) { in getVtablePrefix()
212 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
243 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfo(void *Object) { in getDynamicTypeInfo()
/external/clang/test/CodeGenObjC/
Dundefined-protocol.m9 @implementation Object @end implementation
Dproperty-incr-decr-1.m3 @interface Object interface
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
DPrecompiledTemplateLoader.java47 Map<Object, String> templateToClassNameMap, FunctionExecutor globalFunctionExecutor, in PrecompiledTemplateLoader()
54 private Map<Object, BaseCompiledTemplate> makeTemplateMap( in makeTemplateMap()
/external/deqp/framework/delibs/decpp/
DdeUniquePtr.cpp34 class Object class
37 Object (bool& exists) in Object() function in de::__anon10bce7cb0111::Object

1234