HomeSort by relevance Sort by last modified time
    Searched refs:swap (Results 276 - 300 of 3081) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_queue.h 246 swap(queue& __q)
247 noexcept(noexcept(swap(c, __q.c)))
249 using std::swap;
250 swap(c, __q.c);
316 swap(queue<_Tp, _Seq>& __x, queue<_Tp, _Seq>& __y)
317 noexcept(noexcept(__x.swap(__y)))
318 { __x.swap(__y); }
540 swap(priority_queue& __pq)
541 noexcept(noexcept(swap(c, __pq.c)) && noexcept(swap(comp, __pq.comp)) function in class:priority_queue
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 83 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
88 std::swap((Cmp_Fn& )(*this), (Cmp_Fn& )other);
98 std::swap(m_p_root, other.m_p_root);
99 std::swap(m_size, other.m_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 61 std::swap(m_a_metadata, a_new_metadata_vec);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 61 swap(sample_resize_policy& other);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_queue.h 246 swap(queue& __q)
247 noexcept(noexcept(swap(c, __q.c)))
249 using std::swap;
250 swap(c, __q.c);
316 swap(queue<_Tp, _Seq>& __x, queue<_Tp, _Seq>& __y)
317 noexcept(noexcept(__x.swap(__y)))
318 { __x.swap(__y); }
540 swap(priority_queue& __pq)
541 noexcept(noexcept(swap(c, __pq.c)) && noexcept(swap(comp, __pq.comp)) function in class:priority_queue
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 83 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
88 std::swap((Cmp_Fn& )(*this), (Cmp_Fn& )other);
98 std::swap(m_p_root, other.m_p_root);
99 std::swap(m_size, other.m_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 61 std::swap(m_a_metadata, a_new_metadata_vec);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 61 swap(sample_resize_policy& other);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.modifiers/
swap.pass.cpp 16 // any::swap(any &) noexcept
18 // Test swap(large, small) and swap(small, large)
38 a1.swap(a2);
60 a1.swap(a2);
73 a2.swap(a1);
89 noexcept(a1.swap(a2))
90 , "any::swap(any&) must be noexcept"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.swap/
member_swap.pass.cpp 14 // void swap(match_results& that);
31 m1.swap(m2);
non_member_swap.pass.cpp 15 // void swap(match_results<BidirectionalIterator, Allocator>& m1,
33 swap(m1, m2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
member_swap.pass.cpp 16 // void swap(unique_lock& u);
33 lk1.swap(lk2);
nonmember_swap.pass.cpp 17 // void swap(unique_lock<Mutex>& x, unique_lock<Mutex>& y);
34 swap(lk1, lk2);
  /system/chre/util/include/chre/util/
heap_impl.h 38 container.swap(parent, current);
64 // over it, swap and continue.
67 container.swap(current, child);
89 container.swap(0, container.size() - 1);
98 container.swap(index, container.size() - 1);
  /external/autotest/server/site_tests/firmware_PDConnect/
firmware_PDConnect.py 68 # Swap power roles (if possible). Note the pr swap is attempted
72 swap = False;
76 swap = True
79 logging.warn('device cant send power role swap command')
80 if swap == True:
84 logging.warn('Device pair could not role swap, ending test')
  /external/google-breakpad/src/common/mac/
macho_id.h 100 bool swap, void *context);
104 bool swap, void *context);
108 bool swap, void *context);
  /external/libbrillo/brillo/
process_information.h 25 // Set the command line array. This method DOES swap out the contents of
29 cmd_line_.swap(*value);
34 // Set the command line array. This method DOES swap out the contents of
38 open_files_.swap(*value);
43 // Set the command line array. This method DOES swap out the contents of
47 cwd_.swap(*value);
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_swappable.pass.cpp 22 // Make the test types non-copyable so that generic std::swap is not valid.
33 void swap(A&, A&) noexcept {}
34 void swap(B&, B&) {} function in namespace:MyNS
41 void swap(M&&, M&&) noexcept {}
61 // Test that it correctly deduces the noexcept of swap.
  /external/webrtc/webrtc/base/
scoped_ref_ptr.h 47 // b.swap(a);
131 void swap(T** pp) { function in class:rtc::scoped_refptr
137 void swap(scoped_refptr<T>& r) { function in class:rtc::scoped_refptr
138 swap(&r.ptr_);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
constructor_destructor_fn_imps.hpp 108 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
112 _GLIBCXX_DEBUG_ONLY(debug_base::swap(other);)
113 std::swap(m_p_l, other.m_p_l);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp 87 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
90 base_type::swap(other);
91 std::swap(m_p_max, other.m_p_max);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
constructor_destructor_fn_imps.hpp 108 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
112 _GLIBCXX_DEBUG_ONLY(debug_base::swap(other);)
113 std::swap(m_p_l, other.m_p_l);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp 87 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
90 base_type::swap(other);
91 std::swap(m_p_max, other.m_p_max);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_nothrow_swappable.pass.cpp 22 // Make the test types non-copyable so that generic std::swap is not valid.
33 void swap(A&, A&) noexcept {}
34 void swap(B&, B&) {} function in namespace:MyNS
41 void swap(M&&, M&&) noexcept {}
61 // Test that it correctly deduces the noexcept of swap.
  /system/nvram/messages/
blob.cpp 35 swap(*this, other);
39 swap(*this, other);
43 void swap(Blob& first, Blob& second) { function in namespace:nvram
44 // This does not use std::swap since it needs to work in environments that are

Completed in 1233 milliseconds

<<11121314151617181920>>