HomeSort by relevance Sort by last modified time
    Searched refs:multiset (Results 26 - 50 of 201) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
multiset.h 1 // Profiling multiset implementation -*- C++ -*-
25 /** @file profile/multiset.h
38 /// Class std::multiset wrapper with performance instrumentation.
41 class multiset class in namespace:__profile
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
67 explicit multiset(const _Compare& __comp = _Compare(), function in class:__profile::multiset
72 multiset(_InputIterator __first, _InputIterator __last, function in class:__profile::multiset
77 multiset(const multiset& __x function in class:__profile::multiset
80 multiset(const _Base& __x) function in class:__profile::multiset
84 multiset(multiset&& __x) function in class:__profile::multiset
88 multiset(initializer_list<value_type> __l, function in class:__profile::multiset
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 1 // Profiling multiset implementation -*- C++ -*-
25 /** @file profile/multiset.h
38 /// Class std::multiset wrapper with performance instrumentation.
41 class multiset class in namespace:__profile
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
67 explicit multiset(const _Compare& __comp = _Compare(), function in class:__profile::multiset
72 multiset(_InputIterator __first, _InputIterator __last, function in class:__profile::multiset
77 multiset(const multiset& __x function in class:__profile::multiset
80 multiset(const _Base& __x) function in class:__profile::multiset
84 multiset(multiset&& __x) function in class:__profile::multiset
88 multiset(initializer_list<value_type> __l, function in class:__profile::multiset
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 1 // Profiling multiset implementation -*- C++ -*-
25 /** @file profile/multiset.h
38 /// Class std::multiset wrapper with performance instrumentation.
41 class multiset class in namespace:__profile
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
67 explicit multiset(const _Compare& __comp = _Compare(), function in class:__profile::multiset
72 multiset(_InputIterator __first, _InputIterator __last, function in class:__profile::multiset
77 multiset(const multiset& __x function in class:__profile::multiset
80 multiset(const _Base& __x) function in class:__profile::multiset
89 multiset(initializer_list<value_type> __l, function in class:__profile::multiset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 1 // Profiling multiset implementation -*- C++ -*-
25 /** @file profile/multiset.h
38 /// Class std::multiset wrapper with performance instrumentation.
41 class multiset class in namespace:__profile
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
67 explicit multiset(const _Compare& __comp = _Compare(), function in class:__profile::multiset
72 multiset(_InputIterator __first, _InputIterator __last, function in class:__profile::multiset
77 multiset(const multiset& __x function in class:__profile::multiset
80 multiset(const _Base& __x) function in class:__profile::multiset
84 multiset(multiset&& __x) function in class:__profile::multiset
88 multiset(initializer_list<value_type> __l, function in class:__profile::multiset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 1 // Profiling multiset implementation -*- C++ -*-
25 /** @file profile/multiset.h
38 /// Class std::multiset wrapper with performance instrumentation.
41 class multiset class in namespace:__profile
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
67 explicit multiset(const _Compare& __comp = _Compare(), function in class:__profile::multiset
72 multiset(_InputIterator __first, _InputIterator __last, function in class:__profile::multiset
77 multiset(const multiset& __x function in class:__profile::multiset
80 multiset(const _Base& __x) function in class:__profile::multiset
89 multiset(initializer_list<value_type> __l, function in class:__profile::multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
43 class multiset class in namespace:std::__debug
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
63 multiset> const_iterator;
73 explicit multiset(const _Compare& __comp = _Compare() function in class:std::__debug::multiset
78 multiset(_InputIterator __first, _InputIterator __last, function in class:std::__debug::multiset
84 multiset(const multiset& __x) function in class:std::__debug::multiset
87 multiset(const _Base& __x) function in class:std::__debug::multiset
91 multiset(multiset&& __x) function in class:std::__debug::multiset
95 multiset(initializer_list<value_type> __l, function in class:std::__debug::multiset
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
43 class multiset class in namespace:std::__debug
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
63 multiset> const_iterator;
73 explicit multiset(const _Compare& __comp = _Compare() function in class:std::__debug::multiset
78 multiset(_InputIterator __first, _InputIterator __last, function in class:std::__debug::multiset
84 multiset(const multiset& __x) function in class:std::__debug::multiset
87 multiset(const _Base& __x) function in class:std::__debug::multiset
91 multiset(multiset&& __x) function in class:std::__debug::multiset
95 multiset(initializer_list<value_type> __l, function in class:std::__debug::multiset
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
43 class multiset class in namespace:std::__debug
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
63 multiset> const_iterator;
73 explicit multiset(const _Compare& __comp = _Compare() function in class:std::__debug::multiset
78 multiset(_InputIterator __first, _InputIterator __last, function in class:std::__debug::multiset
84 multiset(const multiset& __x) function in class:std::__debug::multiset
87 multiset(const _Base& __x) function in class:std::__debug::multiset
91 multiset(multiset&& __x) function in class:std::__debug::multiset
95 multiset(initializer_list<value_type> __l, function in class:std::__debug::multiset
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
43 class multiset class in namespace:std::__debug
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
63 multiset> const_iterator;
73 explicit multiset(const _Compare& __comp = _Compare() function in class:std::__debug::multiset
78 multiset(_InputIterator __first, _InputIterator __last, function in class:std::__debug::multiset
84 multiset(const multiset& __x) function in class:std::__debug::multiset
87 multiset(const _Base& __x) function in class:std::__debug::multiset
91 multiset(multiset&& __x) function in class:std::__debug::multiset
95 multiset(initializer_list<value_type> __l, function in class:std::__debug::multiset
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
43 class multiset class in namespace:std::__debug
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
48 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
63 multiset> const_iterator;
73 explicit multiset(const _Compare& __comp = _Compare() function in class:std::__debug::multiset
78 multiset(_InputIterator __first, _InputIterator __last, function in class:std::__debug::multiset
84 multiset(const multiset& __x) function in class:std::__debug::multiset
87 multiset(const _Base& __x) function in class:std::__debug::multiset
91 multiset(multiset&& __x) function in class:std::__debug::multiset
95 multiset(initializer_list<value_type> __l, function in class:std::__debug::multiset
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultisetTest.java 59 @Override protected Multiset<String> create(String[] elements) {
70 @Override protected Multiset<String> create(String[] elements) {
95 Multiset<String> multiset = ImmutableMultiset.of(); local
96 assertTrue(multiset.isEmpty());
100 Multiset<String> multiset = ImmutableMultiset.of("a"); local
101 assertEquals(HashMultiset.create(asList("a")), multiset);
105 Multiset<String> multiset = ImmutableMultiset.of("a", "b") local
110 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c"); local
115 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c", "d"); local
120 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "c", "d", "e"); local
126 Multiset<String> multiset = ImmutableMultiset.of( local
133 Multiset<String> multiset = ImmutableMultiset.of( local
142 Multiset<String> multiset = ImmutableMultiset.copyOf(array); local
148 Multiset<String> multiset = ImmutableMultiset.copyOf(array); local
154 Multiset<String[]> multiset = ImmutableMultiset.<String[]>of(array); local
171 Multiset<String> multiset = ImmutableMultiset.copyOf(c); local
177 Multiset<String> multiset = ImmutableMultiset.copyOf(c); local
183 Multiset<String> multiset = ImmutableMultiset.copyOf(c); local
197 Multiset<String> multiset = ImmutableMultiset.copyOf(c); local
203 Multiset<String> multiset = ImmutableMultiset.copyOf(c); local
209 Multiset<String> multiset = ImmutableMultiset.copyOf(c); local
223 Multiset<String> multiset = ImmutableMultiset.copyOf(iterator); local
229 Multiset<String> multiset = ImmutableMultiset.copyOf(iterator); local
235 Multiset<String> multiset = ImmutableMultiset.copyOf(iterator); local
258 Multiset<String> multiset = ImmutableMultiset.copyOf(iterable); local
279 ImmutableMultiset<String> multiset = new ImmutableMultiset.Builder<String>() local
291 ImmutableMultiset<String> multiset = new ImmutableMultiset.Builder<String>() local
301 ImmutableMultiset<String> multiset = new ImmutableMultiset.Builder<String>() local
311 ImmutableMultiset<String> multiset = new ImmutableMultiset.Builder<String>() local
318 ImmutableMultiset<String> multiset = new ImmutableMultiset.Builder<String>() local
328 ImmutableMultiset<String> multiset = new ImmutableMultiset.Builder<String>() local
447 Multiset<String> multiset = ImmutableMultiset.of("a", "b", "a"); local
452 ImmutableMultiset<String> multiset local
462 ImmutableMultiset<String> multiset local
    [all...]
ImmutableSortedMultisetTest.java 56 protected Multiset<String> create(String[] elements) {
70 protected Multiset<String> create(String[] elements) {
102 Multiset<String> multiset = ImmutableSortedMultiset.of(); local
103 assertTrue(multiset.isEmpty());
107 Multiset<String> multiset = ImmutableSortedMultiset.of("a"); local
108 assertEquals(HashMultiset.create(asList("a")), multiset);
112 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b") local
117 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c"); local
122 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d"); local
127 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e"); local
132 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e", "f"); local
137 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "c", "d", "e", "f", "g"); local
143 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(array); local
149 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(array); local
163 Multiset<String[]> multiset = ImmutableSortedMultiset.orderedBy(comparator).add(array).build(); local
180 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(c); local
186 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(c); local
192 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(c); local
206 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(c); local
212 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(c); local
218 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(c); local
232 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(iterator); local
238 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(iterator); local
244 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(iterator); local
268 Multiset<String> multiset = ImmutableSortedMultiset.copyOf(iterable); local
289 ImmutableSortedMultiset<String> multiset = local
297 ImmutableSortedMultiset<String> multiset = local
305 ImmutableSortedMultiset<String> multiset = local
312 ImmutableSortedMultiset<String> multiset = local
318 ImmutableSortedMultiset<String> multiset = local
325 ImmutableSortedMultiset<String> multiset = local
440 Multiset<String> multiset = ImmutableSortedMultiset.of("a", "b", "a"); local
445 ImmutableSortedMultiset<String> multiset = ImmutableSortedMultiset.of("a", "a", "b", "b", "b"); local
    [all...]
ConcurrentHashMultisetBasherTest.java 40 * existing multiset values.
65 final ConcurrentHashMultiset<String> multiset = new ConcurrentHashMultiset<String>(map); local
74 futures.add(pool.submit(new MutateTask(multiset, keys)));
88 return multiset.count(key);
103 private final ConcurrentHashMultiset<String> multiset; field in class:ConcurrentHashMultisetBasherTest.MutateTask
107 private MutateTask(ConcurrentHashMultiset<String> multiset, ImmutableList<String> keys) {
108 this.multiset = multiset;
124 multiset.add(key, delta);
130 int oldValue = multiset.setCount(key, newValue)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
41 /// Class std::multiset with safety/checking/debug instrumentation.
44 class multiset class in namespace:__debug
45 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
49 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
64 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset>
67 multiset> const_iterator
77 explicit multiset(const _Compare& __comp = _Compare(), function in class:__debug::multiset
82 multiset(_InputIterator __first, _InputIterator __last, function in class:__debug::multiset
90 multiset(const multiset& __x) function in class:__debug::multiset
93 multiset(const _Base& __x) function in class:__debug::multiset
97 multiset(multiset&& __x) function in class:__debug::multiset
101 multiset(initializer_list<value_type> __l, function in class:__debug::multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
41 /// Class std::multiset with safety/checking/debug instrumentation.
44 class multiset class in namespace:__debug
45 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
49 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
64 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset>
67 multiset> const_iterator
77 explicit multiset(const _Compare& __comp = _Compare(), function in class:__debug::multiset
82 multiset(_InputIterator __first, _InputIterator __last, function in class:__debug::multiset
90 multiset(const multiset& __x) function in class:__debug::multiset
93 multiset(const _Base& __x) function in class:__debug::multiset
97 multiset(multiset&& __x) function in class:__debug::multiset
101 multiset(initializer_list<value_type> __l, function in class:__debug::multiset
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
41 /// Class std::multiset with safety/checking/debug instrumentation.
44 class multiset class in namespace:__debug
45 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
49 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
64 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset>
67 multiset> const_iterator
77 explicit multiset(const _Compare& __comp = _Compare(), function in class:__debug::multiset
82 multiset(_InputIterator __first, _InputIterator __last, function in class:__debug::multiset
90 multiset(const multiset& __x) function in class:__debug::multiset
93 multiset(const _Base& __x) function in class:__debug::multiset
97 multiset(multiset&& __x) function in class:__debug::multiset
101 multiset(initializer_list<value_type> __l, function in class:__debug::multiset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
41 /// Class std::multiset with safety/checking/debug instrumentation.
44 class multiset class in namespace:__debug
45 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
49 typedef __gnu_debug::_Safe_sequence<multiset> _Safe_base;
64 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset>
67 multiset> const_iterator
77 explicit multiset(const _Compare& __comp = _Compare(), function in class:__debug::multiset
82 multiset(_InputIterator __first, _InputIterator __last, function in class:__debug::multiset
90 multiset(const multiset& __x) function in class:__debug::multiset
93 multiset(const _Base& __x) function in class:__debug::multiset
97 multiset(multiset&& __x) function in class:__debug::multiset
101 multiset(initializer_list<value_type> __l, function in class:__debug::multiset
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
41 /// Class std::multiset with safety/checking/debug instrumentation.
44 class multiset class in namespace:__debug
45 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
63 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset>
66 multiset> const_iterator;
76 explicit multiset(const _Compare& __comp = _Compare() function in class:__debug::multiset
81 multiset(_InputIterator __first, _InputIterator __last, function in class:__debug::multiset
89 multiset(const multiset& __x) function in class:__debug::multiset
92 multiset(const _Base& __x) function in class:__debug::multiset
101 multiset(initializer_list<value_type> __l, function in class:__debug::multiset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
26 /** @file debug/multiset.h
41 /// Class std::multiset with safety/checking/debug instrumentation.
44 class multiset class in namespace:__debug
45 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
63 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset>
66 multiset> const_iterator;
76 explicit multiset(const _Compare& __comp = _Compare() function in class:__debug::multiset
81 multiset(_InputIterator __first, _InputIterator __last, function in class:__debug::multiset
89 multiset(const multiset& __x) function in class:__debug::multiset
92 multiset(const _Base& __x) function in class:__debug::multiset
101 multiset(initializer_list<value_type> __l, function in class:__debug::multiset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
multiset.h 1 // Debugging multiset implementation -*- C++ -*-
25 /** @file debug/multiset.h
40 /// Class std::multiset with safety/checking/debug instrumentation.
43 class multiset class in namespace:__debug
44 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
62 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset>
65 multiset> const_iterator;
75 explicit multiset(const _Compare& __comp = _Compare() function in class:__debug::multiset
80 multiset(_InputIterator __first, _InputIterator __last, function in class:__debug::multiset
88 multiset(const multiset& __x) function in class:__debug::multiset
91 multiset(const _Base& __x) function in class:__debug::multiset
100 multiset(initializer_list<value_type> __l, function in class:__debug::multiset
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashMultiset.java 24 * Multiset implementation backed by a {@link HashMap}.
56 * a {@link Multiset}.
58 * @param elements the elements that the multiset should contain
61 HashMultiset<E> multiset = local
63 Iterables.addAll(multiset, elements);
64 return multiset;
LinkedHashMultiset.java 24 * A {@code Multiset} implementation with predictable iteration order. Its
26 * element was added. When the multiset contains multiple instances of an
29 * the multiset, the element will appear at the end of the iteration.
62 * a {@link Multiset}.
64 * @param elements the elements that the multiset should contain
68 LinkedHashMultiset<E> multiset = local
70 Iterables.addAll(multiset, elements);
71 return multiset;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
clear.pass.cpp 12 // class multiset
24 typedef std::multiset<int> M;
44 typedef std::multiset<int, std::less<int>, min_allocator<int>> M;
empty.pass.cpp 12 // class multiset
24 typedef std::multiset<int> M;
34 typedef std::multiset<int, std::less<int>, min_allocator<int>> M;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
multiset.h 1 // Profiling multiset implementation -*- C++ -*-
25 /** @file profile/multiset.h
38 /// Class std::multiset wrapper with performance instrumentation.
41 class multiset class in namespace:__profile
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
67 explicit multiset(const _Compare& __comp = _Compare(), function in class:__profile::multiset
77 multiset(_InputIterator __first, _InputIterator __last, function in class:__profile::multiset
82 multiset(const multiset& __x function in class:__profile::multiset
85 multiset(const _Base& __x) function in class:__profile::multiset
94 multiset(initializer_list<value_type> __l, function in class:__profile::multiset
    [all...]

Completed in 572 milliseconds

12 3 4 5 6 7 8 9