Home
last modified time | relevance | path

Searched refs:swap_ (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/smart_ptr/detail/
Dsp_counted_base_gcc_sparc.hpp42 inline int32_t compare_and_swap( int32_t * dest_, int32_t compare_, int32_t swap_ ) in compare_and_swap() argument
45 : "+r" (swap_) in compare_and_swap()
49 return swap_; in compare_and_swap()
Dsp_counted_base_snc_ps3.hpp42 inline uint32_t compare_and_swap( uint32_t * dest_, uint32_t compare_, uint32_t swap_ ) in compare_and_swap() argument
44 return __builtin_cellAtomicCompareAndSwap32(dest_,compare_,swap_); in compare_and_swap()
/third_party/boost/boost/
Dmulti_index_container.hpp349 swap_(y,boost::true_type() /* swap_allocators */); in operator =()
361 swap_(y,boost::true_type() /* swap_allocators */); in operator =()
372 swap_(x,boost::true_type() /* swap_allocators */); in operator =()
375 swap_(x,boost::false_type() /* swap_allocators */); in operator =()
379 swap_(y,boost::false_type() /* swap_allocators */); in operator =()
955 void swap_(multi_index_container<Value,IndexSpecifierList,Allocator>& x) in swap_() function in boost::multi_index::multi_index_container
957 swap_( in swap_()
963 void swap_( in swap_() function in boost::multi_index::multi_index_container
969 super::swap_(x,swap_allocators); in swap_()
973 void swap_( in swap_() function in boost::multi_index::multi_index_container
[all …]
/third_party/boost/boost/multi_index/detail/
Dindex_base.hpp160 void swap_( in swap_() function in boost::multi_index::detail::index_base
269 void final_swap_(final_type& x){final().swap_(x);} in final_swap_()
Dord_index_impl.hpp826 void swap_( in swap_() function in boost::multi_index::detail::ordered_index_impl
838 super::swap_(x,swap_allocators); in swap_()
/third_party/boost/boost/multi_index/
Dsequenced_index.hpp754 void swap_( in swap_() function in boost::multi_index::detail::sequenced_index
761 super::swap_(x,swap_allocators); in swap_()
Drandom_access_index.hpp860 void swap_( in swap_() function in boost::multi_index::detail::random_access_index
869 super::swap_(x,swap_allocators); in swap_()
Dhashed_index.hpp936 void swap_( in swap_() function in boost::multi_index::detail::hashed_index
951 super::swap_(x,swap_allocators); in swap_()
/third_party/boost/boost/msm/front/euml/
Dcontainer.hpp1244 Swap_Helper const swap_; variable