Searched refs:Swap (Results 26 - 50 of 250) sorted by relevance

12345678910

/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.h33 void Swap(PolicyBundle* other);
H A Dpolicy_map.h73 void Swap(PolicyMap* other);
H A Dregistry_dict_win.h67 // Swap with |other|.
68 void Swap(RegistryDict* other);
/external/chromium_org/components/query_parser/
H A Dsnippet.h61 void Swap(Snippet* other);
/external/chromium_org/gpu/command_buffer/client/
H A Dcontext_support.h28 virtual void Swap() = 0;
/external/chromium_org/media/base/
H A Dmedia_log_event.h24 params.Swap(event_copy.get());
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dstring_serialization.cc33 result.Swap(output);
/external/chromium_org/mojo/public/cpp/bindings/
H A Dstruct_ptr.h66 void Swap(StructPtr* other) { function in class:mojo::StructPtr
85 Swap(other);
130 void Swap(InlinedStructPtr* other) { function in class:mojo::InlinedStructPtr
147 Swap(other);
H A Darray.h99 void Swap(Array* other) { function in class:mojo::Array
103 void Swap(std::vector<StorageType>* other) { function in class:mojo::Array
117 Swap(other);
/external/lldb/include/lldb/Core/
H A DValueObjectList.h76 Swap (ValueObjectList &value_object_list);
/external/chromium_org/base/win/
H A Dscoped_bstr_unittest.cc27 b.Swap(b2);
41 b1.Swap(b2);
H A Dscoped_bstr.cc35 void ScopedBstr::Swap(ScopedBstr& bstr2) { function in class:base::win::ScopedBstr
/external/chromium_org/components/suggestions/
H A Dsuggestions_store.cc70 filtered_suggestions.add_suggestions()->Swap(suggestion);
73 suggestions->Swap(&filtered_suggestions);
H A Dblacklist_store.cc76 url->Swap(&blacklisted);
120 suggestion->Swap(profile->mutable_suggestions(i));
124 // Swap |profile| and |filtered_profile|.
125 profile->Swap(&filtered_profile);
/external/chromium_org/remoting/base/
H A Dtyped_buffer_unittest.cc73 TEST(TypedBufferTest, Swap) {
84 left.Swap(right);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_helper.cc50 invalid_region->Swap(&invalid_region_);
56 expanded_region.Swap(invalid_region);
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc150 TEST(GeneratedMessageReflectionTest, Swap) {
157 reflection->Swap(&message1, &message2);
172 reflection->Swap(&message1, &message2);
179 reflection->Swap(&message1, &message2);
191 reflection->Swap(&message1, &message2);
205 reflection->Swap(&message1, &message2);
240 // Swap and test that fields are all swapped.
244 // Swap back and test that fields are all back to original values.
256 // Swap and test that fields are all swapped.
260 // Swap bac
[all...]
H A Drepeated_field.cc54 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
/external/chromium_org/base/prefs/
H A Dpref_value_map.h46 void Swap(PrefValueMap* other);
/external/chromium_org/cc/resources/
H A Drasterizer.cc72 void RasterTaskQueue::Swap(RasterTaskQueue* other) { function in class:cc::RasterTaskQueue
/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.h55 static void Swap(sync_pb::AttachmentIdProto* t1,
/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/qemu/android/base/files/
H A DScopedFd_unittest.cpp64 TEST(ScopedFd, Swap) {

Completed in 758 milliseconds

12345678910