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

123

/external/libbrillo/brillo/
H A Dany.cc53 void Any::Swap(Any& other) { function in class:brillo::Any
/external/libchrome/dbus/
H A Dfile_descriptor.cc25 Swap(&other);
34 Swap(&other);
62 void FileDescriptor::Swap(FileDescriptor* other) { function in class:dbus::FileDescriptor
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dserialization_context.cc47 void SerializedHandleVector::Swap(std::vector<mojo::Handle>* other) { function in class:mojo::internal::SerializedHandleVector
H A Dassociated_interface_ptr_state.h73 void Swap(AssociatedInterfacePtrState* other) { function in class:mojo::internal::AssociatedInterfacePtrState
H A Dinterface_ptr_state.h87 void Swap(InterfacePtrState* other) { function in class:mojo::internal::InterfacePtrState
233 void Swap(InterfacePtrState* other) { function in class:mojo::internal::InterfacePtrState
/external/dng_sdk/source/
H A Ddng_auto_ptr.h101 /// Swap with another auto ptr.
103 friend inline void Swap (AutoPtr< T > &x, AutoPtr< T > &y) function in class:AutoPtr
H A Ddng_opcode_list.cpp75 void dng_opcode_list::Swap (dng_opcode_list &otherList) function in class:dng_opcode_list
/external/google-breakpad/src/common/
H A Dstring_conversion.cc117 static inline uint16_t Swap(uint16_t value) { function in namespace:google_breakpad
132 source_buffer_ptr[idx] = Swap(*it);
/external/pdfium/core/fxcrt/
H A Dcfx_weak_ptr.h22 CFX_WeakPtr(CFX_WeakPtr&& that) { Swap(that); }
54 void Swap(CFX_WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } function in class:CFX_WeakPtr
H A Dcfx_retain_ptr.h25 CFX_RetainPtr(CFX_RetainPtr&& that) { Swap(that); }
45 void Swap(CFX_RetainPtr& that) { m_pObj.swap(that.m_pObj); } function in class:CFX_RetainPtr
/external/libchrome/base/
H A Doptional_unittest.cc60 void Swap(TestObject* other) { function in class:base::__anon9955::TestObject
83 lhs.Swap(&rhs);
/external/libmojo/mojo/public/cpp/bindings/
H A Dstring.h40 String(String&& other) : is_null_(true) { Swap(&other); }
80 Swap(&other);
106 void Swap(String* other) { function in class:mojo::String
111 void Swap(std::string* other) { function in class:mojo::String
H A Dstruct_ptr.h74 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } function in class:mojo::StructPtr
111 Swap(other);
164 void Swap(InlinedStructPtr* other) { function in class:mojo::InlinedStructPtr
199 Swap(other);
H A Dwtf_array.h127 void Swap(WTFArray* other) { function in class:mojo::WTFArray
135 void Swap(WTF::Vector<T>* other) { function in class:mojo::WTFArray
186 Swap(other);
H A Dwtf_map.h136 void Swap(WTFMap<Key, Value>* other) { function in class:mojo::WTFMap
145 void Swap(WTF::HashMap<Key, Value>* other) { function in class:mojo::WTFMap
189 Swap(other);
H A Darray.h148 void Swap(Array* other) { function in class:mojo::Array
156 void Swap(std::vector<T>* other) { function in class:mojo::Array
201 Swap(other);
H A Dmap.h148 void Swap(Map<Key, Value>* other) { function in class:mojo::Map
157 void Swap(std::map<Key, Value>* other) { function in class:mojo::Map
180 keys->Swap(&key_vector);
181 values->Swap(&value_vector);
254 Swap(other);
/external/protobuf/src/google/protobuf/
H A Darenastring.h147 // logic in Swap()/UnsafeArenaSwap() at the message level, so this method is
149 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void Swap(ArenaStringPtr* other) { function in struct:google::protobuf::internal::ArenaStringPtr
H A Dmap_field_lite.h66 virtual void Swap(MapFieldLite* other);
185 default_enum_value>::Swap( function in class:google::protobuf::internal::MapFieldLite
H A Dmetadata.h100 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void Swap(InternalMetadataWithArena* other) { function in class:google::protobuf::internal::InternalMetadataWithArena
108 mutable_unknown_fields()->Swap(other->mutable_unknown_fields());
H A Dduration.pb.cc368 void Duration::Swap(Duration* other) { function in class:google::protobuf::Duration
375 _internal_metadata_.Swap(&other->_internal_metadata_);
H A Dempty.pb.cc280 void Empty::Swap(Empty* other) { function in class:google::protobuf::Empty
297 _internal_metadata_.Swap(&other->_internal_metadata_);
H A Dfield_mask.pb.cc322 void FieldMask::Swap(FieldMask* other) { function in class:google::protobuf::FieldMask
328 _internal_metadata_.Swap(&other->_internal_metadata_);
/external/ImageMagick/MagickCore/
H A Dstudio.h339 #define Swap(x,y) ((x)^=(y), (y)^=(x), (x)^=(y)) macro
/external/libchrome/base/containers/
H A Dmru_cache.h138 void Swap(MRUCacheBase& other) { function in class:base::MRUCacheBase

Completed in 4827 milliseconds

123