HomeSort by relevance Sort by last modified time
    Searched refs:swap (Results 101 - 125 of 3301) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
77 base_type::swap(other);
78 std::swap(m_p_max, other.m_p_max);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
constructors_destructor_fn_imps.hpp 74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 m_rc.swap(other.m_rc);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_size_base.hpp 63 swap(hash_load_check_resize_trigger_size_base& other) function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
64 { std::swap(m_size, other.m_size); }
86 swap(hash_load_check_resize_trigger_size_base& other) { } function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 12 // void swap(map& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 12 // void swap(multimap& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 12 // void swap(multiset& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 12 // void swap(set& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
swap_noexcept.pass.cpp 12 // void swap(priority_queue& c)
29 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/
swap_noexcept.pass.cpp 12 // void swap(queue& c)
28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/
swap_noexcept.pass.cpp 12 // void swap(stack& c)
28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 12 // void swap(deque& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 12 // void swap(forward_list& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 12 // void swap(list& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 12 // void swap(vector& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 12 // void swap(vector& c)
41 static_assert(noexcept(swap(c1, c2)), "");
46 static_assert(noexcept(swap(c1, c2)), "");
51 static_assert(noexcept(swap(c1, c2)), "");
56 static_assert(!noexcept(swap(c1, c2)), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 63 swap(sample_probe_fn& other);
sample_range_hashing.hpp 63 swap(sample_range_hashing& other);
sample_ranged_hash_fn.hpp 63 swap(sample_ranged_hash_fn& other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 60 swap(sample_size_policy& other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 48 swap(null_tree_node_update< Const_Node_Iterator_, Node_Iterator_, Cmp_Fn_, Allocator_>& /*other*/) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 48 swap(null_trie_node_update< Const_Node_Iterator_, Node_Iterator_, E_Access_Traits_, Allocator_>& /*other*/) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 63 swap(sample_probe_fn& other);
sample_range_hashing.hpp 63 swap(sample_range_hashing& other);
sample_ranged_hash_fn.hpp 63 swap(sample_ranged_hash_fn& other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 48 swap(null_tree_node_update< Const_Node_Iterator_, Node_Iterator_, Cmp_Fn_, Allocator_>& /*other*/) function in class:PB_DS_CLASS_C_DEC

Completed in 1313 milliseconds

1 2 3 45 6 7 8 91011>>