Searched defs:swap (Results 51 - 75 of 163) sorted by relevance

1234567

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHandle.h67 void swap(HandleBase& other) { std::swap(m_slot, other.m_slot); } function in class:JSC::HandleBase
122 void swap(Handle& other) { HandleBase::swap(other); } function in class:JSC::Handle
H A DStrong.h91 void swap(Strong& other) function in class:JSC::Strong
142 template<class T> inline void swap(Strong<T>& a, Strong<T>& b) function in namespace:JSC
H A DWeakInlines.h56 template<class T> inline void swap(Weak<T>& a, Weak<T>& b) function in namespace:JSC
61 template<typename T> inline void Weak<T>::swap(Weak& other) function in class:JSC::Weak
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParserArena.h126 void swap(ParserArena& otherArena) function in class:JSC::ParserArena
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dmerge.c236 #define swap(a, b) { \ macro
H A Dmerge_b.c236 #define swap(a, b) { \ macro
H A Dqsort.c81 #define swap(a, b) \ macro
H A Dpsort.c167 #define swap(a, b) \ macro
H A Dpsort_b.c167 #define swap(a, b) \ macro
H A Dpsort_r.c167 #define swap(a, b) \ macro
H A Dradixsort.c143 #define swap(a, b, t) t = a, a = b, b = t macro
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/cpp/
H A DWKRetainPtr.h198 template<typename T> inline void WKRetainPtr<T>::swap(WKRetainPtr<T>& o) function in class:WebKit::WKRetainPtr
203 template<typename T> inline void swap(WKRetainPtr<T>& a, WKRetainPtr<T>& b) function in namespace:WebKit
/macosx-10.9.5/gpt-12/
H A Dmigrate.c101 uuid_t swap = GPT_ENT_TYPE_FREEBSD_SWAP; local
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp142 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/
H A Dmap_debug_base.hpp248 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp186 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dhash_load_check_resize_trigger_imp.hpp228 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dhash_standard_resize_policy_imp.hpp78 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h161 void swap(IntrusiveRefCntPtr& other) { function in class:llvm::IntrusiveRefCntPtr
H A DPackedVector.h148 void swap(PackedVector &RHS) { function in class:llvm::PackedVector
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/Kerberos4/
H A Dkrb.h1 /* member in struct:msg_dat
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/vu/
H A Dpie.rb95 def swap(slice1, slice2) method in class:Tk
/macosx-10.9.5/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c127 boolean_t swap = false; local
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_reloc.h71 boolean_t swap; member in struct:kxld_relocator
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dfat_util.c359 uint8_t swap; local

Completed in 640 milliseconds

1234567