Searched defs:Container (Results 1 - 25 of 40) sorted by path

12

/external/chromium_org/ash/wm/
H A Dsession_state_animator.h70 enum Container { enum in class:ash::SessionStateAnimator
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h24 typedef base::hash_map<Key, Value*> Container; typedef in class:base::ScopedPtrHashMap
27 typedef typename Container::key_type key_type;
28 typedef typename Container::mapped_type mapped_type;
29 typedef typename Container::value_type value_type;
30 typedef typename Container::iterator iterator;
31 typedef typename Container::const_iterator const_iterator;
150 Container data_;
H A Dstack_container_unittest.cc80 typedef Vector::ContainerType Container; typedef
94 Container::iterator itr = std::find(vect->begin(), vect->end(), dummy_unref);
/external/chromium_org/chrome/browser/extensions/updater/
H A Drequest_queue.h136 typedef std::deque<typename RequestQueue<T>::Request> Container; typedef in class:extensions::RequestQueue::iterator
138 explicit iterator(const typename Container::iterator& it)
141 typename Container::iterator it_;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h30 class Container { class in class:ExtensionViewMac
32 virtual ~Container() {}
51 void set_container(Container* container) { container_ = container; }
83 Container* container_;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.h29 class Container { class in class:ExtensionViewViews
31 virtual ~Container() {}
54 void set_container(Container* container) { container_ = container; }
105 Container* container_;
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.h117 typedef std::vector<Block> Container; typedef in class:gpu::FencedAllocator
144 Container blocks_;
H A Dring_buffer.h103 typedef std::deque<Block> Container; typedef in class:gpu::RingBuffer
111 Container blocks_;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp1978 class Container : public GarbageCollected<Container> { class in namespace:blink
1980 static Container* create() { return new Container(); }
2203 Persistent<Container> container = Container::create();
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py1875 class Container(object): class in inherits:object
1929 else: # isinstance(item, Container)
1949 next_item and not isinstance(next_item, Container) and
1975 if isinstance(item, Container):
2029 class Tuple(Container):
2042 class List(Container):
2055 class DictOrSet(Container):
2068 class ListComprehension(Container):
2082 class IfExpression(Container):
2211 if start_on_prefix_line and isinstance(item, Container)
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatstypes.h307 typedef std::set<StatsReportCopyable> Container; typedef in class:webrtc::StatsSet
308 typedef Container::iterator iterator;
309 typedef Container::const_iterator const_iterator;
341 Container list_;
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Ddata_log_impl.h37 // writable to file. Enforce this via the Container interface.
38 class Container { class in namespace:webrtc
40 virtual ~Container() {}
46 class ValueContainer : public Container {
62 class MultiValueContainer : public Container {
106 // Inserts a Container into a table with name table_name at the column
111 const Container* value_container);
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h128 // Container is a minimal interface used to store results when traversing
130 template <class T> class Container { class in class:clang::threadSafety::til::CopyReducerBase
133 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {} function in class:clang::threadSafety::til::CopyReducerBase::Container
233 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> &Bbs) {
236 R_BasicBlock reduceBasicBlock(BasicBlock &Orig, Container<Variable *> &As,
237 Container<Variable *> &Is, R_SExpr T) {
240 R_SExpr reducePhi(Phi &Orig, Container<R_SExpr> &As) {
303 template <class T> class Container { class in class:clang::threadSafety::til::VisitReducerBase
305 Container(VisitReducerBase &S, unsigned N) : Success(true) {} function in class:clang::threadSafety::til::VisitReducerBase::Container
366 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBloc
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp4962 const Decl *Container) const {
4963 if (!Container)
4966 dyn_cast<ObjCCategoryImplDecl>(Container)) {
4971 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container);
4980 /// property declaration. If non-NULL, Container must be either an
5005 const Decl *Container,
5012 getObjCPropertyImplDeclForPropertyDecl(PD, Container)) {
5004 getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD, const Decl *Container, std::string& S) const argument
H A DDeclObjC.cpp955 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, argument
959 if (!Container)
966 Category = dyn_cast<ObjCCategoryDecl>(Container)) {
971 Overridden = Container->getMethod(Method->getSelector(),
988 Overridden = Container->getMethod(Method->getSelector(),
998 if (const ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)){
1004 Interface = dyn_cast<ObjCInterfaceDecl>(Container)) {
1017 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container, argument
1020 CollectOverriddenMethodsRecurse(Container, Method, Methods,
1092 const ObjCContainerDecl *Container local
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp228 const Decl *Container) {
234 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr);
227 MakePropertyEncodingString(const ObjCPropertyDecl *PD, const Decl *Container) argument
H A DCGObjCMac.cpp932 const Decl *Container);
988 const Decl *Container,
1002 const Decl *Container,
1307 void AddModuleClassList(ArrayRef<llvm::GlobalValue*> Container,
2771 const Decl *Container,
2775 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2781 GetPropertyTypeString(PD, Container)
2800 const Decl *Container,
2809 GetPropertyTypeString(PD, Container)
2816 PushProtocolProperties(PropertySet, Properties, Container,
2769 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, SmallVectorImpl<llvm::Constant *> &Properties, const Decl *Container, const ObjCProtocolDecl *Proto, const ObjCCommonTypesHelper &ObjCTypes) argument
2799 EmitPropertyList(Twine Name, const Decl *Container, const ObjCContainerDecl *OCD, const ObjCCommonTypesHelper &ObjCTypes) argument
4933 GetPropertyTypeString(const ObjCPropertyDecl *PD, const Decl *Container) argument
5484 AddModuleClassList(ArrayRef<llvm::GlobalValue*> Container, const char *SymbolName, const char *SectionName) argument
6095 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); local
[all...]
H A DCGObjCRuntime.cpp33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); local
42 if (ID && declaresSameEntity(ID->getClassInterface(), Container))
45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container);
54 for (const ObjCIvarDecl *IVD = Container->all_declared_ivar_begin();
/external/clang/lib/Parse/
H A DParser.cpp497 SmallVectorImpl<TemplateIdAnnotation *> &Container; member in class:__anon17960::DestroyTemplateIdAnnotationsRAIIObj
500 &Container)
501 : Container(Container) {}
505 Container.begin(), E = Container.end();
508 Container.clear();
499 DestroyTemplateIdAnnotationsRAIIObj(SmallVectorImpl<TemplateIdAnnotation *> &Container) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6500 const Decl *Container,
6519 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString);
7050 /* Container */nullptr,
7263 /* Container */IDecl,
7508 /* Container */IDecl,
6497 Write_prop_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCPropertyDecl *> Properties, const Decl *Container, StringRef VarName, StringRef ProtocolName) argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3439 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { argument
3440 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) {
3447 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
3453 return Container;
3456 static void AddObjCProperties(ObjCContainerDecl *Container, argument
3465 Container = getContainerDef(Container);
3468 for (const auto *P : Container->properties())
3475 ASTContext &Context = Container->getASTContext();
3477 for (auto *M : Container
4797 AddObjCMethods(ObjCContainerDecl *Container, bool WantInstanceMethods, ObjCMethodKind WantKind, ArrayRef<IdentifierInfo *> SelIdents, DeclContext *CurContext, VisitedSelectorSet &Selectors, bool AllowSameLength, ResultBuilder &Results, bool InOriginalClass = true) argument
5920 ObjCContainerDecl *Container local
5960 ObjCContainerDecl *Container local
6054 FindImplementableMethods(ASTContext &Context, ObjCContainerDecl *Container, bool WantInstanceMethods, QualType ReturnType, KnownMethodsMap &KnownMethods, bool InOriginalClass = true) argument
[all...]
H A DTreeTransform.h4913 ArgLocContainer *Container; member in class:clang::TemplateArgumentLocContainerIterator
4936 TemplateArgumentLocContainerIterator(ArgLocContainer &Container, argument
4938 : Container(&Container), Index(Index) { }
4952 return Container->getArgLoc(Index);
4956 return pointer(Container->getArgLoc(Index));
4961 return X.Container == Y.Container && X.Index == Y.Index;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp979 bool containsLocation(const PathDiagnosticLocation &Container,
1050 bool EdgeBuilder::containsLocation(const PathDiagnosticLocation &Container, argument
1053 if (Container == Containee)
1056 if (Container.asDecl())
1060 if (const Stmt *ContainerS = Container.asStmt()) {
1070 SourceRange ContainerR = Container.asRange();
/external/clang/test/SemaCXX/
H A DPR11358.cpp13 typedef container<T> Container; typedef in struct:test1::Test
15 Container::iterator i = c.begin(); // expected-error{{missing 'typename'}}
17 Container c;
45 typedef container<T> Container; typedef in struct:test3::Test
47 Container::iterator const i; // expected-error{{missing 'typename'}}
49 Container c;

Completed in 7611 milliseconds

12