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

1234

/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
/external/marisa-trie/lib/marisa/
H A Dreader.cc58 Swap(&file_, &rhs->file_);
59 Swap(&fd_, &rhs->fd_);
60 Swap(&stream_, &rhs->stream_);
61 Swap(&needs_fclose_, &rhs->needs_fclose_);
H A Dwriter.cc70 Swap(&file_, &rhs->file_);
71 Swap(&fd_, &rhs->fd_);
72 Swap(&stream_, &rhs->stream_);
73 Swap(&needs_fclose_, &rhs->needs_fclose_);
H A Dmapper.cc123 Swap(&ptr_, &rhs->ptr_);
124 Swap(&avail_, &rhs->avail_);
125 Swap(&origin_, &rhs->origin_);
126 Swap(&size_, &rhs->size_);
128 Swap(&file_, &rhs->file_);
129 Swap(&map_, &rhs->map_);
131 Swap(&fd_, &rhs->fd_);
H A Dintvector.cc133 Swap(&num_bits_per_int_, &rhs->num_bits_per_int_);
134 Swap(&mask_, &rhs->mask_);
135 Swap(&size_, &rhs->size_);
H A Dvector-inline.h190 Swap(&buf_, &rhs->buf_);
191 Swap(&objs_, &rhs->objs_);
192 Swap(&size_, &rhs->size_);
193 Swap(&capacity_, &rhs->capacity_);
194 Swap(&fixed_, &rhs->fixed_);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dreader.cc58 Swap(&file_, &rhs->file_);
59 Swap(&fd_, &rhs->fd_);
60 Swap(&stream_, &rhs->stream_);
61 Swap(&needs_fclose_, &rhs->needs_fclose_);
H A Dwriter.cc70 Swap(&file_, &rhs->file_);
71 Swap(&fd_, &rhs->fd_);
72 Swap(&stream_, &rhs->stream_);
73 Swap(&needs_fclose_, &rhs->needs_fclose_);
H A Dmapper.cc127 Swap(&ptr_, &rhs->ptr_);
128 Swap(&avail_, &rhs->avail_);
129 Swap(&origin_, &rhs->origin_);
130 Swap(&size_, &rhs->size_);
132 Swap(&file_, &rhs->file_);
133 Swap(&map_, &rhs->map_);
135 Swap(&fd_, &rhs->fd_);
H A Dintvector.cc133 Swap(&num_bits_per_int_, &rhs->num_bits_per_int_);
134 Swap(&mask_, &rhs->mask_);
135 Swap(&size_, &rhs->size_);
H A Dvector-inline.h190 Swap(&buf_, &rhs->buf_);
191 Swap(&objs_, &rhs->objs_);
192 Swap(&size_, &rhs->size_);
193 Swap(&capacity_, &rhs->capacity_);
194 Swap(&fixed_, &rhs->fixed_);
/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/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
/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
/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);
/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/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

Completed in 647 milliseconds

1234