Searched defs:Swap (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/mojo/system/
H A Dmessage_in_transit_queue.cc27 void MessageInTransitQueue::Swap(MessageInTransitQueue* other) { function in class:mojo::system::MessageInTransitQueue
/external/chromium_org/net/spdy/
H A Dspdy_pinnable_buffer_piece.cc22 void SpdyPinnableBufferPiece::Swap(SpdyPinnableBufferPiece* other) { function in class:net::SpdyPinnableBufferPiece
/external/chromium_org/remoting/host/win/
H A Dwindow_station_and_desktop.cc33 void WindowStationAndDesktop::Swap(WindowStationAndDesktop& other) { function in class:remoting::WindowStationAndDesktop
/external/chromium_org/base/
H A Dpending_task.cc52 void TaskQueue::Swap(TaskQueue* queue) { function in class:base::TaskQueue
/external/chromium_org/cc/base/
H A Dinvalidation_region.cc21 void InvalidationRegion::Swap(Region* region) { function in class:cc::InvalidationRegion
22 region_.Swap(region);
H A Dregion.cc37 void Region::Swap(Region* region) { function in class:cc::Region
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage.cc42 void Message::Swap(Message* other) { function in class:mojo::Message
H A Dinterface_ptr_internal.h40 void Swap(InterfacePtrState* other) { function in class:mojo::internal::InterfacePtrState
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc58 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
/external/chromium_org/third_party/webrtc/common_video/
H A Dplane.cc73 void Plane::Swap(Plane& plane) { function in class:webrtc::Plane
/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc54 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
/external/chromium_org/components/history/core/browser/
H A Durl_row.cc41 void URLRow::Swap(URLRow* other) { function in class:history::URLRow
43 url_.Swap(&other->url_);
84 URLRow::Swap(other);
86 snippet_.Swap(&other->snippet_);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.cc32 void PolicyBundle::Swap(PolicyBundle* other) { function in class:policy::PolicyBundle
H A Dpolicy_map.cc94 void PolicyMap::Swap(PolicyMap* other) { function in class:policy::PolicyMap
H A Dregistry_dict_win.cc236 void RegistryDict::Swap(RegistryDict* other) { function in class:policy::RegistryDict
/external/chromium_org/net/tools/balsa/
H A Dsimple_buffer.h62 void Swap(SimpleBuffer* other) { function in class:net::SimpleBuffer
/external/chromium_org/sync/api/attachments/
H A Dattachment_id.cc34 void AttachmentId::ImmutableAttachmentIdProtoTraits::Swap( function in class:syncer::AttachmentId::ImmutableAttachmentIdProtoTraits
37 t1->Swap(t2);
/external/chromium_org/base/prefs/
H A Dpref_value_map.cc73 void PrefValueMap::Swap(PrefValueMap* other) { function in class:PrefValueMap
/external/chromium_org/base/win/
H A Dscoped_bstr.cc35 void ScopedBstr::Swap(ScopedBstr& bstr2) { function in class:base::win::ScopedBstr
/external/chromium_org/remoting/base/
H A Dtyped_buffer.h38 temp.Swap(*rvalue.object);
39 Swap(temp);
52 temp.Swap(*rvalue.object);
53 Swap(temp);
82 // Swap two buffers.
83 void Swap(TypedBuffer& other) { function in class:remoting::TypedBuffer
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable.h92 Traits::Swap(Traits::UnwrapMutable(&wrapper_), t);
121 // everything else) and provide your own Swap() method.
206 static void Swap(T* t1, T* t2) { function in struct:syncer::DefaultImmutableTraits
218 static void Swap(T* t1, T* t2) { function in struct:syncer::HasSwapMemFnByRef
223 // Most Google-style objects have by-pointer Swap() member functions
227 static void Swap(T* t1, T* t2) { function in struct:syncer::HasSwapMemFnByPtr
228 t1->Swap(t2);
/external/lldb/source/Core/
H A DValueObjectList.cpp163 ValueObjectList::Swap (ValueObjectList &value_object_list) function in class:ValueObjectList
/external/chromium_org/cc/resources/
H A Drasterizer.cc72 void RasterTaskQueue::Swap(RasterTaskQueue* other) { function in class:cc::RasterTaskQueue
/external/chromium_org/cc/test/
H A Dtest_context_support.cc61 void TestContextSupport::Swap() { function in class:cc::TestContextSupport
/external/chromium_org/mojo/public/cpp/bindings/
H A Dstring.h75 void Swap(String* other) { function in class:mojo::String
80 void Swap(std::string* other) { function in class:mojo::String

Completed in 1491 milliseconds

1234