/third_party/boost/boost/smart_ptr/detail/ |
D | sp_counted_base_gcc_sparc.hpp | 42 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()
|
D | sp_counted_base_snc_ps3.hpp | 42 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/ |
D | multi_index_container.hpp | 349 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/ |
D | index_base.hpp | 160 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_()
|
D | ord_index_impl.hpp | 826 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/ |
D | sequenced_index.hpp | 754 void swap_( in swap_() function in boost::multi_index::detail::sequenced_index 761 super::swap_(x,swap_allocators); in swap_()
|
D | random_access_index.hpp | 860 void swap_( in swap_() function in boost::multi_index::detail::random_access_index 869 super::swap_(x,swap_allocators); in swap_()
|
D | hashed_index.hpp | 936 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/ |
D | container.hpp | 1244 Swap_Helper const swap_; variable
|