HomeSort by relevance Sort by last modified time
    Searched full:get_allocator (Results 126 - 150 of 988) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move_alloc.pass.cpp 62 assert(m3.get_allocator() == A(7));
101 assert(m3.get_allocator() == A(5));
140 assert(m3.get_allocator() == A(5));
180 assert(m3.get_allocator() == A());
move_assign.pass.cpp 63 assert(m3.get_allocator() == A(7));
103 assert(m3.get_allocator() == A(5));
143 assert(m3.get_allocator() == A(7));
184 assert(m3.get_allocator() == A());
initializer_list_compare_alloc.pass.cpp 57 assert(m.get_allocator() == A(5));
93 assert(m.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
alloc.pass.cpp 28 assert(m.get_allocator() == A(5));
copy.pass.cpp 42 assert(m.get_allocator() == A(7));
56 assert(mo.get_allocator() == A(7));
89 assert(m.get_allocator() == A(-2));
103 assert(mo.get_allocator() == A(7));
copy_assign.pass.cpp 43 assert(m.get_allocator() == A(7));
57 assert(mo.get_allocator() == A(2));
90 assert(m.get_allocator() == A(2));
104 assert(mo.get_allocator() == A(2));
move_assign.pass.cpp 62 assert(m3.get_allocator() == A(7));
101 assert(m3.get_allocator() == A(5));
140 assert(m3.get_allocator() == A(7));
181 assert(m3.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
non_member_swap.pass.cpp 139 assert(m1.get_allocator() == A(1));
141 assert(m2.get_allocator() == A(2));
173 assert(m1.get_allocator() == A(2));
175 assert(m2.get_allocator() == A(1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
alloc.pass.cpp 28 assert(m.get_allocator() == A(5));
move_assign.pass.cpp 62 assert(m3.get_allocator() == A(7));
101 assert(m3.get_allocator() == A(5));
140 assert(m3.get_allocator() == A(7));
180 assert(m3.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
non_member_swap.pass.cpp 139 assert(m1.get_allocator() == A(1));
141 assert(m2.get_allocator() == A(2));
173 assert(m1.get_allocator() == A(2));
175 assert(m2.get_allocator() == A(1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
move_alloc.pass.cpp 36 assert(c3.get_allocator() == A(3));
51 assert(c3.get_allocator() == A(1));
66 assert(c3.get_allocator() == A(3));
82 assert(c3.get_allocator() == A());
move_assign.pass.cpp 38 assert(c3.get_allocator() == A(5));
54 assert(c3.get_allocator() == A(6));
70 assert(c3.get_allocator() == A(5));
87 assert(c3.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.fail.cpp 27 assert(c.get_allocator() == A(12));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/
default.pass.cpp 26 assert(m.get_allocator() == std::allocator<std::sub_match<const CharT*> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
size_char_alloc.pass.cpp 34 assert(s2.get_allocator() == A());
49 assert(s2.get_allocator() == a);
66 assert(s2.get_allocator() == A());
82 assert(s2.get_allocator() == a);
  /external/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_operators.h 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
71 _Str __result(_Reserve_t(), 1 + __y.size(), __y.get_allocator());
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator());
105 _Str __result(_Reserve_t(), __x.size() + 1, __x.get_allocator());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
initializer_list_compare_alloc.pass.cpp 46 assert(m.get_allocator() == A(6));
70 assert(m.get_allocator() == A());
iter_iter_comp_alloc.pass.cpp 44 assert(m.get_allocator() == A(7));
70 assert(m.get_allocator() == A());

Completed in 200 milliseconds

1 2 3 4 56 7 8 91011>>