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

123

/external/chromium/chrome/browser/history/
H A Dsnippet.h60 void Swap(Snippet* other);
H A Dhistory_types.cc46 void URLRow::Swap(URLRow* other) { function in class:history::URLRow
48 url_.Swap(&other->url_);
114 void StarredEntry::Swap(StarredEntry* other) { function in class:history::StarredEntry
122 url.Swap(&other->url);
147 URLRow::Swap(other);
149 snippet_.Swap(&other->snippet_);
180 void QueryResults::Swap(QueryResults* other) { function in class:history::QueryResults
H A Dhistory_types.h123 void Swap(URLRow* other);
292 void Swap(StarredEntry* other);
426 void Swap(QueryResults* other);
/external/openfst/src/include/fst/
H A Dheap.h98 Swap(0, size_-1);
140 // Swap a child, parent. Use to move element up/down tree.
145 void Swap(int j, int k) { function in class:fst::Heap
176 Swap(i, largest);
186 Swap(i, p);
/external/skia/third_party/glu/libtess/
H A Dgeom.c208 #define Swap(a,b) do { GLUvertex *t = a; a = b; b = t; } while(0) macro
228 if( ! VertLeq( o1, d1 )) { Swap( o1, d1 ); }
229 if( ! VertLeq( o2, d2 )) { Swap( o2, d2 ); }
230 if( ! VertLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
251 if( ! TransLeq( o1, d1 )) { Swap( o1, d1 ); }
252 if( ! TransLeq( o2, d2 )) { Swap( o2, d2 ); }
253 if( ! TransLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
H A Dpriorityq.c95 #define Swap(a,b) do{PQkey *tmp = *a; *a = *b; *b = tmp;}while(0) macro
143 Swap( i, j );
145 Swap( i, j ); /* Undo last swap */
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h91 Swap(0, size_-1);
137 void Swap(int j, int k) { function in class:fst::Heap
163 Swap(i, largest);
173 Swap(i, p);
/external/chromium/chrome/browser/policy/
H A Dpolicy_map_unittest.cc47 TEST(PolicyMapTest, Swap) {
53 a.Swap(&b);
62 a.Swap(&b);
H A Dpolicy_map.h36 void Swap(PolicyMap* other);
H A Dpolicy_map.cc38 void PolicyMap::Swap(PolicyMap* other) { function in class:policy::PolicyMap
H A Dcloud_policy_cache_base.cc117 mandatory_policy_.Swap(&mandatory_policy);
118 recommended_policy_.Swap(&recommended_policy);
/external/chromium/base/win/
H A Dscoped_bstr.h65 // Swap values of two ScopedBstr's.
66 void Swap(ScopedBstr& bstr2);
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
H A Dscoped_variant.h75 // Swap two ScopedVariant's.
76 void Swap(ScopedVariant& var);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_result_unittest.cc114 // Assertion testing for AutocompleteResult::Swap.
115 TEST_F(AutocompleteResultTest, Swap) {
119 // Swap with empty shouldn't do anything interesting.
120 r1.Swap(&r2);
124 // Swap with a single match.
134 r1.Swap(&r2);
H A Dhistory_contents_provider.cc125 results_.Swap(&empty_results);
156 results_.Swap(&empty_results);
/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
H A Dunknown_field_set.h78 inline void Swap(UnknownFieldSet* x);
195 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { function in class:google::protobuf::UnknownFieldSet
H A Ddescriptor.pb.cc836 void FileDescriptorSet::Swap(FileDescriptorSet* other) { function in class:google::protobuf::FileDescriptorSet
838 file_.Swap(&other->file_);
840 _unknown_fields_.Swap(&other->_unknown_fields_);
1379 void FileDescriptorProto::Swap(FileDescriptorProto* other) { function in class:google::protobuf::FileDescriptorProto
1383 dependency_.Swap(&other->dependency_);
1384 message_type_.Swap(&other->message_type_);
1385 enum_type_.Swap(&other->enum_type_);
1386 service_.Swap(&other->service_);
1387 extension_.Swap(&other->extension_);
1390 _unknown_fields_.Swap(
1632 void DescriptorProto_ExtensionRange::Swap(DescriptorProto_ExtensionRange* other) { function in class:google::protobuf::DescriptorProto_ExtensionRange
2112 void DescriptorProto::Swap(DescriptorProto* other) { function in class:google::protobuf::DescriptorProto
2766 void FieldDescriptorProto::Swap(FieldDescriptorProto* other) { function in class:google::protobuf::FieldDescriptorProto
3087 void EnumDescriptorProto::Swap(EnumDescriptorProto* other) { function in class:google::protobuf::EnumDescriptorProto
3400 void EnumValueDescriptorProto::Swap(EnumValueDescriptorProto* other) { function in class:google::protobuf::EnumValueDescriptorProto
3716 void ServiceDescriptorProto::Swap(ServiceDescriptorProto* other) { function in class:google::protobuf::ServiceDescriptorProto
4104 void MethodDescriptorProto::Swap(MethodDescriptorProto* other) { function in class:google::protobuf::MethodDescriptorProto
4665 void FileOptions::Swap(FileOptions* other) { function in class:google::protobuf::FileOptions
4975 void MessageOptions::Swap(MessageOptions* other) { function in class:google::protobuf::MessageOptions
5405 void FieldOptions::Swap(FieldOptions* other) { function in class:google::protobuf::FieldOptions
5633 void EnumOptions::Swap(EnumOptions* other) { function in class:google::protobuf::EnumOptions
5857 void EnumValueOptions::Swap(EnumValueOptions* other) { function in class:google::protobuf::EnumValueOptions
6081 void ServiceOptions::Swap(ServiceOptions* other) { function in class:google::protobuf::ServiceOptions
6305 void MethodOptions::Swap(MethodOptions* other) { function in class:google::protobuf::MethodOptions
6569 void UninterpretedOption_NamePart::Swap(UninterpretedOption_NamePart* other) { function in class:google::protobuf::UninterpretedOption_NamePart
7001 void UninterpretedOption::Swap(UninterpretedOption* other) { function in class:google::protobuf::UninterpretedOption
[all...]
/external/chromium/chrome/browser/sync/
H A Djs_arg_list.cc38 list_value_.Swap(list_value_copy.get());
/external/chromium/net/tools/flip_server/
H A Dsimple_buffer.h64 void Swap(SimpleBuffer* other) { function in class:net::SimpleBuffer
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc22 icon_.Swap(&tmp_gurl);
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc452 void CodeGeneratorRequest::Swap(CodeGeneratorRequest* other) { function in class:google::protobuf::compiler::CodeGeneratorRequest
454 file_to_generate_.Swap(&other->file_to_generate_);
456 proto_file_.Swap(&other->proto_file_);
458 _unknown_fields_.Swap(&other->_unknown_fields_);
793 void CodeGeneratorResponse_File::Swap(CodeGeneratorResponse_File* other) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
799 _unknown_fields_.Swap(&other->_unknown_fields_);
1059 void CodeGeneratorResponse::Swap(CodeGeneratorResponse* other) { function in class:google::protobuf::compiler::CodeGeneratorResponse
1062 file_.Swap(&other->file_);
1064 _unknown_fields_.Swap(&other->_unknown_fields_);

Completed in 455 milliseconds

123