Home
last modified time | relevance | path

Searched defs:Container (Results 1 – 25 of 55) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Deh-aggregated-inits-unwind.cpp25 struct Container { struct
30 Container() { id = 1000; } in Container() argument
31 ~Container() { id = 2000; } in ~Container() argument
Deh-aggregated-inits.cpp24 struct Container { struct
28 Container() { globId = 1000; } in Container() argument
29 ~Container() { globId = 2000; } in ~Container() argument
Deh-aggregate-copy-destroy.cpp17 struct Container { struct
24 Container c1; in main() argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DContainer.java18 public class Container { class
23 public Container() { in Container() method in Container
27 public Container(String title) { in Container() method in Container
/external/clang/test/Rewriter/
Dstatic-type-protocol-1.m15 @interface Container interface
19 @implementation Container implementation
Dprotocol-rewrite-1.m22 @interface Container interface
35 @implementation Container implementation
/external/clang/test/CodeGenObjC/
Divar-invariant.m46 @interface Container : Derived @end interface
47 @implementation Container implementation
/external/clang/test/SemaCXX/
DPR11358.cpp13 typedef container<T> Container; typedef
45 typedef container<T> Container; typedef
Dconversion-function.cpp342 struct Container { struct
343 typedef typename Iterator<T>::container_type X;
344 operator X(void) { return X(); } in operator X()
Dwarn-range-loop-analysis.cpp12 struct Container { struct
13 typedef Iterator<T> I;
Dusing-decl-templates.cpp72 typedef long Container; typedef in PR10883::Base
/external/clang/test/Layout/
Dms-vtordisp-local.cpp10 struct Container { struct
11 static void f() try { in f()
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_no_op.cc67 const Container* /*value_container*/) { in InsertCell()
/external/llvm/include/llvm/Analysis/
DLoopIterator.h56 LoopBlocksDFS(Loop *Container) : in LoopBlocksDFS()
/external/libchrome/base/containers/
Dscoped_ptr_hash_map.h26 typedef base::hash_map<Key, typename ScopedPtr::element_type*> Container; typedef
/external/jetty/src/java/org/eclipse/jetty/util/component/
DContainer.java46 public class Container class
/external/clang/tools/libclang/
DIndexDecl.cpp28 const ObjCImplDecl *Container) { in hasUserDefined()
DIndexing.cpp874 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info); in clang_index_getClientContainer() local
882 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info); in clang_index_setClientContainer() local
/external/clang/lib/Parse/
DParser.cpp45 SmallVectorImpl<TemplateIdAnnotation *> &Container; member in __anon84beff930111::DestroyTemplateIdAnnotationsRAIIObj
49 SmallVectorImpl<TemplateIdAnnotation *> &Container) in DestroyTemplateIdAnnotationsRAIIObj()
/external/autotest/site_utils/
Dlxc.py378 class Container(object): class
/external/clang/lib/AST/
DDeclObjC.cpp1072 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, in CollectOverriddenMethodsRecurse()
1134 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container, in CollectOverriddenMethods()
1209 const ObjCContainerDecl *Container = cast<ObjCContainerDecl>(getParent()); in findPropertyDecl() local
1215 [&](const ObjCContainerDecl *Container) -> const ObjCPropertyDecl * { in findPropertyDecl()
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in LookupFieldBitOffset() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h140 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {} in Container() function
165 Container(VisitReducerBase &S, unsigned N) : Success(true) {} in Container() function
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1321 private static class Container<T> { class in TypeTokenTest
1323 public Container(T data) {} in Container() method in TypeTokenTest.Container
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java900 static class Container { class in ICUResourceBundleReader
933 Container() { in Container() method in ICUResourceBundleReader.Container

123