Home
last modified time | relevance | path

Searched refs:Container (Results 1 – 25 of 98) sorted by relevance

1234

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dcontainer.h11 class Container; variable
14 class Container<std::vector<T> *> {
16 Container(std::vector<T> *vec) : vec_(vec) {} in Container() function
17 Container(const Container &container) : vec_(container.vec_) {} in Container() function
31 Container &operator=(const Container &query);
35 class Container<T *> {
37 explicit Container(T *ptr) : ptr_(ptr) {} in Container() function
38 Container(const Container &container) : ptr_(container.ptr_) {} in Container() function
52 Container &operator=(const Container &);
56 inline Container<T *> MakeContainer(T *ptr) { in MakeContainer()
[all …]
/external/marisa-trie/lib/marisa/
Dcontainer.h11 class Container; variable
14 class Container<std::vector<T> *> {
16 Container(std::vector<T> *vec) : vec_(vec) {} in Container() function
17 Container(const Container &container) : vec_(container.vec_) {} in Container() function
31 Container &operator=(const Container &query);
35 class Container<T *> {
37 explicit Container(T *ptr) : ptr_(ptr) {} in Container() function
38 Container(const Container &container) : ptr_(container.ptr_) {} in Container() function
52 Container &operator=(const Container &);
56 inline Container<T *> MakeContainer(T *ptr) { in MakeContainer()
[all …]
/external/sfntly/cpp/src/sfntly/port/
Djava_iterator.h38 template <typename ReturnType, typename Container,
39 typename ContainerBase = Container>
41 public RefCounted< PODIterator<ReturnType, Container> > {
43 explicit PODIterator(Container* container) : container_(container) {} in PODIterator()
59 Container* container() { return container_; } in container()
62 Container* container_; // Dumb pointer is used to avoid circular ref-counting
65 template <typename ReturnType, typename Container,
66 typename ContainerBase = Container>
68 public RefCounted< RefIterator<ReturnType, Container> > {
70 explicit RefIterator(Container* container) : container_(container) {} in RefIterator()
[all …]
/external/clang/include/clang/AST/
DAttrIterator.h47 template <typename SpecificAttr, typename Container = AttrVec>
49 typedef typename Container::const_iterator Iterator;
114 template <typename SpecificAttr, typename Container>
115 inline specific_attr_iterator<SpecificAttr, Container>
116 specific_attr_begin(const Container& container) { in specific_attr_begin()
117 return specific_attr_iterator<SpecificAttr, Container>(container.begin()); in specific_attr_begin()
119 template <typename SpecificAttr, typename Container>
120 inline specific_attr_iterator<SpecificAttr, Container>
121 specific_attr_end(const Container& container) { in specific_attr_end()
122 return specific_attr_iterator<SpecificAttr, Container>(container.end()); in specific_attr_end()
[all …]
/external/clang/test/SemaCXX/
Dwarn-range-loop-analysis.cpp12 struct Container { struct
63 Container<int> int_non_ref_container; in test0()
64 Container<int&> int_container; in test0()
65 Container<Bar&> bar_container; in test0()
81 Container<int> A; in test1()
115 Container<int&> B; in test2()
146 Container<Bar> C; in test3()
170 Container<Bar&> D; in test4()
194 Container<Foo> E; in test5()
208 Container<Foo&> F; in test6()
DPR11358.cpp13 typedef container<T> Container; typedef
15 Container::iterator i = c.begin(); // expected-error{{missing 'typename'}} in test()
17 Container c;
45 typedef container<T> Container; typedef
47 Container::iterator const i; // expected-error{{missing 'typename'}} in test()
49 Container c;
Dconversion-function.cpp334 template <typename T> struct Container;
338 typedef Container<int> container_type;
342 struct Container { struct
347 Container<int> test;
364 template<class Container>
365 operator Container() in operator Container()
367 Container ar; in operator Container()
Dusing-decl-templates.cpp72 typedef long Container; typedef in PR10883::Base
78 using Base<T>::Container;
80 void foo(const Container& current); // expected-error {{unknown type name 'Container'}}
/external/libcxx/include/
Dstack20 template <class T, class Container = deque<T>>
24 typedef Container container_type;
64 template <class T, class Container>
65 bool operator==(const stack<T, Container>& x, const stack<T, Container>& y);
66 template <class T, class Container>
67 bool operator< (const stack<T, Container>& x, const stack<T, Container>& y);
68 template <class T, class Container>
69 bool operator!=(const stack<T, Container>& x, const stack<T, Container>& y);
70 template <class T, class Container>
71 bool operator> (const stack<T, Container>& x, const stack<T, Container>& y);
[all …]
Dqueue20 template <class T, class Container = deque<T>>
24 typedef Container container_type;
72 template <class T, class Container>
73 bool operator==(const queue<T, Container>& x,const queue<T, Container>& y);
75 template <class T, class Container>
76 bool operator< (const queue<T, Container>& x,const queue<T, Container>& y);
78 template <class T, class Container>
79 bool operator!=(const queue<T, Container>& x,const queue<T, Container>& y);
81 template <class T, class Container>
82 bool operator> (const queue<T, Container>& x,const queue<T, Container>& y);
[all …]
/external/jetty/src/java/org/eclipse/jetty/util/component/
DContainer.java46 public class Container class
48 private static final Logger LOG = Log.getLogger(Container.class);
49 …private final CopyOnWriteArrayList<Container.Listener> _listeners=new CopyOnWriteArrayList<Contain…
51 public void addEventListener(Container.Listener listener) in addEventListener()
56 public void removeEventListener(Container.Listener listener) in removeEventListener()
242 private Container _container;
244 private Relationship(Container container, Object parent,Object child, String relationship) in Relationship()
252 public Container getContainer() in getContainer()
302 public void add(Container.Relationship relationship); in add()
303 public void remove(Container.Relationship relationship); in remove()
/external/clang/test/Index/
Dcomplete-member-access.m50 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl
51 // CHECK-CC1-NEXT: Container is complete
52 // CHECK-CC1-NEXT: Container USR: c:objc(cs)Int
58 // CHECK-CC2-NEXT: Container Kind: ObjCInterfaceDecl
59 // CHECK-CC2-NEXT: Container is complete
60 // CHECK-CC2-NEXT: Container USR: c:objc(cs)Int
68 // CHECK-CC3-NEXT: Container Kind: ObjCInterfaceDecl
69 // CHECK-CC3-NEXT: Container is complete
70 // CHECK-CC3-NEXT: Container USR: c:objc(cs)Sub
/external/jetty/src/java/org/eclipse/jetty/jmx/
DMBeanContainer.java38 import org.eclipse.jetty.util.component.Container;
39 import org.eclipse.jetty.util.component.Container.Relationship;
49 public class MBeanContainer extends AbstractLifeCycle implements Container.Listener, Dumpable
64 …te final WeakHashMap<ObjectName,List<Container.Relationship>> _relations = new WeakHashMap<ObjectN…
160 List<Container.Relationship> rels = _relations.get(parent); in add()
163 rels=new ArrayList<Container.Relationship>(); in add()
183 List<Container.Relationship> rels = _relations.get(parent); in remove()
186 for (Iterator<Container.Relationship> i=rels.iterator();i.hasNext();) in remove()
188 Container.Relationship r = i.next(); in remove()
208 List<Container.Relationship> beanRelations= _relations.remove(bean); in removeBean()
[all …]
/external/webrtc/src/system_wrappers/interface/
Ddata_log_impl.h40 class Container {
42 virtual ~Container() {} in ~Container()
48 class ValueContainer : public Container {
64 class MultiValueContainer : public Container {
113 const Container* value_container);
/external/lldb/test/lang/objc/hidden-ivars/
Dmain.m4 @interface Container : NSObject { interface
12 @implementation Container implementation
48 Container *j = [[Container alloc] init];
/external/lldb/test/lang/objc/forward-decl/
Dmain.m2 #import "Container.h"
8 Container *j = [[Container alloc] init];
DContainer.m1 #import "Container.h"
14 @implementation Container implementation
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1936 template <typename Container>
1939 typedef internal::StlContainerView<Container> View;
1945 explicit ContainerEqMatcher(const Container& rhs) : rhs_(View::Copy(rhs)) {
1948 (void)testing::StaticAssertTypeEq<Container,
1949 GTEST_REMOVE_REFERENCE_AND_CONST_(Container)>();
2210 template <typename Container>
2211 class QuantifierMatcherImpl : public MatcherInterface<Container> {
2213 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2228 Container container,
2255 template <typename Container>
[all …]
/external/llvm/include/llvm/Analysis/
DLoopIterator.h56 LoopBlocksDFS(Loop *Container) : in LoopBlocksDFS() argument
57 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS()
58 PostBlocks.reserve(Container->getNumBlocks()); in LoopBlocksDFS()
/external/webrtc/src/system_wrappers/source/
Ddata_log.cc42 const Container* value_container);
51 typedef std::map<std::string, const Container*> CellMap;
80 const Container* value_container);
122 const Container* value_container) { in InsertCell()
134 const Container* container = cells_[column_name]; in ToString()
198 const Container* value_container) { in InsertCell()
404 const Container* value_container) { in InsertCell()
/external/eigen/unsupported/test/
DFFTW.cpp65 template<int Container, typename Scalar> struct VectorType;
77 template <int Container, typename T>
82 typedef typename VectorType<Container,Scalar>::type ScalarVector; in test_scalar_generic()
83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic()
140 template <int Container, typename T>
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic()
/external/clang/test/Rewriter/
Dprotocol-rewrite-1.m22 @interface Container interface
35 @implementation Container implementation
48 MyWidget *w = [Container elementForView: view];
Dstatic-type-protocol-1.m15 @interface Container interface
19 @implementation Container implementation
/external/clang/test/CodeGenObjC/
Divar-invariant.m46 @interface Container : Derived @end interface
47 @implementation Container implementation
54 // CHECK: define internal i8* @"\01-[Container invariant_load_1]"
/external/clang/test/Modules/Inputs/merge-nested-templates/
Dstring.ii2 template <typename, typename Container> struct normal_iterator {
6 normal_iterator(normal_iterator<I, typename Container::iterator>) {}

1234