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

12

/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/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/webrtc/src/system_wrappers/interface/
H A Ddata_log_impl.h39 // writable to file. Enforce this via the Container interface.
40 class Container { class in namespace:webrtc
42 virtual ~Container() {}
48 class ValueContainer : public Container {
64 class MultiValueContainer : public Container {
108 // Inserts a Container into a table with name table_name at the column
113 const Container* value_container);
/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;
H A Dusing-decl-templates.cpp72 typedef long Container; typedef in class:PR10883::Base
78 using Base<T>::Container;
80 void foo(const Container& current); // expected-error {{unknown type name 'Container'}}
H A Dconversion-function.cpp336 template <typename T> struct Container;
340 typedef Container<int> container_type;
344 struct Container { struct in namespace:PR8065
349 Container<int> test;
366 template<class Container>
367 operator Container()
369 Container ar;
/external/chromium_org/base/containers/
H A Dstack_container_unittest.cc80 typedef Vector::ContainerType Container; typedef
94 Container::iterator itr = std::find(vect->begin(), vect->end(), dummy_unref);
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_;
/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/gpu/command_buffer/client/
H A Dring_buffer.h103 typedef std::deque<Block> Container; typedef in class:gpu::RingBuffer
111 Container blocks_;
H A Dfenced_allocator.h117 typedef std::vector<Block> Container; typedef in class:gpu::FencedAllocator
144 Container blocks_;
/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h56 LoopBlocksDFS(Loop *Container) : argument
57 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
58 PostBlocks.reserve(Container->getNumBlocks());
/external/chromium_org/ash/wm/
H A Dsession_state_animator.h70 enum Container { enum in class:ash::SessionStateAnimator
/external/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp184 class Container : public Base<T> { class in namespace:PR12701
187 bool operator=(const Container<S>& rhs) {
193 Container<A> text_provider;
194 Container<B> text_provider2;
/external/clang/tools/libclang/
H A DIndexDecl.cpp28 const ObjCImplDecl *Container) {
29 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(),
27 hasUserDefined(const ObjCMethodDecl *D, const ObjCImplDecl *Container) argument
H A DIndexing.cpp925 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info); local
926 return Container->IndexCtx->getClientContainerForDC(Container->DC);
933 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info); local
934 Container->IndexCtx->addContainerInMap(Container->DC, client);
H A DIndexingContext.cpp699 ContainerInfo Container; local
700 getContainerInfo(DC, Container);
707 &Container };
/external/stlport/test/unit/
H A Dmap_test.cpp339 typedef map<Key, int, KeyCmp> Container; typedef
340 typedef Container::value_type value;
341 Container cont;
356 Container const& ccont = cont;
364 typedef map<Key*, int, KeyCmpPtr> Container; typedef
365 typedef Container::value_type value;
366 Container cont;
381 Container const& ccont = cont;
388 typedef multimap<Key, int, KeyCmp> Container; typedef
389 typedef Container
413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; typedef
[all...]
H A Dunordered_test.cpp572 typedef unordered_set<Key, KeyHash, KeyEqual> Container; typedef
573 Container cont;
586 Container const& ccont = cont;
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container; typedef
594 Container cont;
607 Container const& ccont = cont;
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container; typedef
614 Container cont;
627 Container const& ccont = cont;
634 typedef unordered_multiset<Key const volatile*, KeyHashPtr, KeyEqualPtr> Container; typedef
[all...]
/external/clang/lib/CodeGen/
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/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/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/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/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...]

Completed in 604 milliseconds

12