Searched defs:swap (Results 101 - 125 of 198) sorted by relevance

12345678

/external/stlport/stlport/stl/debug/
H A D_tree.h172 void swap(_Self& __t) { function in class:_Rb_tree
173 _M_non_dbg_impl.swap(__t._M_non_dbg_impl);
H A D_hashtable.h178 void swap(_Self& __ht) { function in class:hashtable
180 _M_non_dbg_impl.swap(__ht._M_non_dbg_impl);
H A D_slist.h203 void swap(_Self& __x) { function in class:slist
205 _M_non_dbg_impl.swap(__x._M_non_dbg_impl);
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
/external/stlport/stlport/stl/pointers/
H A D_vector.h189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } function in class:vector
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_deque.h222 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } function in class:deque
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_list.h173 void swap(_Self &__x) { _M_impl.swap(__x._M_impl); } function in class:list
175 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_set.h222 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:set
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
475 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:multiset
477 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_slist.h199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } function in class:slist
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
/external/stlport/test/unit/
H A Dstack_allocator.h52 //one. This is the case for the std::swap function.
148 void swap(StackAllocator &other) { function in struct:StackAllocator
149 __STD swap(m_state, other.m_state);
155 void _M_swap_workaround(StackAllocator& __x) { swap(__x); }
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) function in namespace:std
186 { __a.swap(__b); }
189 //with new StackAllocator instanciations associated swap overload should also be
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) function in namespace:std
192 { __a.swap(__b); }
193 inline void swap(StackAllocato function in namespace:std
195 inline void swap(StackAllocator<pair<const int, int> >& __a, function in namespace:std
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DUString.h55 void swap(UString& o) { m_impl.swap(o.m_impl); } function in class:JSC::UString
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashSet.h55 void swap(HashSet&);
113 inline void HashSet<T, U, V>::swap(HashSet& other) function in class:WTF::HashSet
115 m_impl.swap(other.m_impl);
H A DRefPtrHashMap.h74 void swap(HashMap&);
124 inline void HashMap<RefPtr<T>, U, V, W, X>::swap(HashMap& other) function in class:WTF::HashMap
126 m_impl.swap(other.m_impl);
H A DRetainPtr.h100 void swap(RetainPtr&);
197 template<typename T> inline void RetainPtr<T>::swap(RetainPtr<T>& o) function in class:WTF::RetainPtr
199 std::swap(m_ptr, o.m_ptr);
202 template<typename T> inline void swap(RetainPtr<T>& a, RetainPtr<T>& b) function in namespace:WTF
204 a.swap(b);
H A DHashMap.h54 void swap(HashMap&);
145 inline void HashMap<T, U, V, W, X>::swap(HashMap& other) function in class:WTF::HashMap
147 m_impl.swap(other.m_impl);
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DSurface.cpp137 ERR("Could not create additional swap chains: %08lX", result);
150 ERR("Could not create depthstencil surface for new swap chain: %08lX", result);
164 ERR("Could not create flip texture for new swap chain: %08lX", result);
240 // mFlipState will record the state for the swap operation.
406 bool Surface::swap() function in class:egl::Surface
/external/clang/lib/AST/
H A DCXXInheritance.cpp70 void CXXBasePaths::swap(CXXBasePaths &Other) { function in class:CXXBasePaths
71 std::swap(Origin, Other.Origin);
72 Paths.swap(Other.Paths);
73 ClassSubobjects.swap(Other.ClassSubobjects);
74 std::swap(FindAmbiguities, Other.FindAmbiguities);
75 std::swap(RecordPaths, Other.RecordPaths);
76 std::swap(DetectVirtual, Other.DetectVirtual);
77 std::swap(DetectedVirtual, Other.DetectedVirtual);
/external/skia/legacy/src/core/
H A DSkString.cpp303 this->swap(tmp);
312 this->swap(tmp);
380 this->swap(tmp);
413 this->swap(tmp);
464 this->swap(tmp);
565 this->swap(tmp);
570 void SkString::swap(SkString& other) { function in class:SkString
/external/skia/src/core/
H A DSkString.cpp305 this->swap(tmp);
314 this->swap(tmp);
382 this->swap(tmp);
415 this->swap(tmp);
466 this->swap(tmp);
567 this->swap(tmp);
572 void SkString::swap(SkString& other) { function in class:SkString
/external/stlport/stlport/stl/
H A D_hash_map.h169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_map
171 void _M_swap_workaround(_Self& __x) { swap(__x); }
360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_multimap
362 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_hash_set.h170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_set
172 void _M_swap_workaround(_Self& __x) { swap(__x); }
352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } function in class:hash_multiset
354 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_string_workaround.h576 void swap(_Self& __s) { _Base::swap(__s); } function in class:basic_string
578 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_unordered_map.h123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:unordered_map
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
291 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:unordered_multimap
293 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_unordered_set.h117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:unordered_set
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
267 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } function in class:unordered_multiset
269 void _M_swap_workaround(_Self& __x) { swap(__x); }
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.h117 void swap(String& o) { m_impl.swap(o.m_impl); } function in class:WTF::String
389 inline void swap(String& a, String& b) { a.swap(b); } function in namespace:WTF
/external/webkit/Source/WebKit2/Platform/
H A DRegion.cpp223 void Region::Shape::swap(Shape& other) function in class:WebKit::Region::Shape
225 m_segments.swap(other.m_segments);
226 m_spans.swap(other.m_spans);
428 m_shape.swap(intersectedShape);
436 m_shape.swap(unitedShape);
444 m_shape.swap(subtractedShape);

Completed in 408 milliseconds

12345678