HomeSort by relevance Sort by last modified time
    Searched full:key_compare (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
initializer_list_compare.pass.cpp 14 // map(initializer_list<value_type> il, const key_compare& comp);
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
initializer_list_compare_alloc.pass.cpp 14 // map(initializer_list<value_type> il, const key_compare& comp, const allocator_type& a);
iter_iter_comp.pass.cpp 15 // map(InputIterator first, InputIterator last, const key_compare& comp);
iter_iter_comp_alloc.pass.cpp 16 // const key_compare& comp, const allocator_type& a);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
compare_alloc.pass.cpp 14 // multimap(const key_compare& comp, const allocator_type& a);
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
initializer_list_compare_alloc.pass.cpp 14 // multimap(initializer_list<value_type> il, const key_compare& comp, const allocator_type& a);
iter_iter_comp.pass.cpp 16 // const key_compare& comp);
iter_iter_comp_alloc.pass.cpp 16 // const key_compare& comp, const allocator_type& a);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
initializer_list_compare_alloc.pass.cpp 14 // multiset(initializer_list<value_type> il, const key_compare& comp, const allocator_type& a);
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
initializer_list_compare_alloc.pass.cpp 14 // set(initializer_list<value_type> il, const key_compare& comp, const allocator_type& a);
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
move_assign_noexcept.pass.cpp 16 // is_nothrow_move_assignable<key_compare>::value);
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
concept_check.hpp 893 typedef typename C::key_compare key_compare;
905 BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
1025 typename C::key_compare kc;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
multiset.h 50 typedef _Compare key_compare; typedef in class:__profile::multiset
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
multiset.h 50 typedef _Compare key_compare; typedef in class:__profile::multiset

Completed in 699 milliseconds

1 23 4 5 6 7 8 9