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

123

/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.cc56 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.cc34 void Region::Swap(Region* region) { function in class:cc::Region
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage.cc41 void Message::Swap(Message* other) { function in class:mojo::Message
H A Dinterface_ptr_internal.h36 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/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.cc235 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/cc/test/
H A Dtest_context_support.cc61 void TestContextSupport::Swap() { function in class:cc::TestContextSupport
/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.cc68 void RasterTaskQueue::Swap(RasterTaskQueue* other) { function in class:cc::RasterTaskQueue
/external/chromium_org/mojo/public/cpp/bindings/
H A Dstring.h77 void Swap(String* other) { function in class:mojo::String
82 void Swap(std::string* other) { function in class:mojo::String
H A Dstruct_ptr.h67 void Swap(StructPtr* other) { function in class:mojo::StructPtr
83 Swap(other);
128 void Swap(InlinedStructPtr* other) { function in class:mojo::InlinedStructPtr
145 Swap(other);
/external/chromium_org/net/quic/
H A Diovector.h149 // Swap the guts of two IOVector.
150 void Swap(IOVector* other) { iovec_.swap(other->iovec_); } function in class:net::IOVector

Completed in 918 milliseconds

123