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

12

/external/libbrillo/brillo/
H A Dany.cc53 void Any::Swap(Any& other) { function in class:brillo::Any
/external/libchrome/base/
H A Dpending_task.cc52 void TaskQueue::Swap(TaskQueue* queue) { function in class:base::TaskQueue
H A Dvalues.cc832 void DictionaryValue::Swap(DictionaryValue* other) { function in class:base::DictionaryValue
1143 void ListValue::Swap(ListValue* other) { function in class:base::ListValue
/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/protobuf/src/google/protobuf/
H A Drepeated_field.cc58 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
H A Dunknown_field_set.h92 inline void Swap(UnknownFieldSet* x);
234 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { function in class:google::protobuf::UnknownFieldSet
/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/lldb/source/Core/
H A DValueObjectList.cpp163 ValueObjectList::Swap (ValueObjectList &value_object_list) function in class:ValueObjectList
/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/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.h144 void Swap(MRUCacheBase& other) { function in class:base::MRUCacheBase
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc215 void MacroAssembler::Swap(Register reg1, function in class:v8::internal::MacroAssembler
/external/v8/src/
H A Dlist-inl.h129 void List<T, P>::Swap(List<T, P>* list) { function in class:v8::internal::List
/external/marisa-trie/lib/marisa/
H A Dbase.h223 void Swap(T *lhs, T *rhs) { function in namespace:marisa
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dbase.h204 void Swap(T *lhs, T *rhs) { function in namespace:marisa_alpha
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc477 void CodeGeneratorRequest::Swap(CodeGeneratorRequest* other) { function in class:google::protobuf::compiler::CodeGeneratorRequest
479 file_to_generate_.Swap(&other->file_to_generate_);
481 proto_file_.Swap(&other->proto_file_);
483 _unknown_fields_.Swap(&other->_unknown_fields_);
840 void CodeGeneratorResponse_File::Swap(CodeGeneratorResponse_File* other) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
846 _unknown_fields_.Swap(&other->_unknown_fields_);
1123 void CodeGeneratorResponse::Swap(CodeGeneratorResponse* other) { function in class:google::protobuf::compiler::CodeGeneratorResponse
1126 file_.Swap(&other->file_);
1128 _unknown_fields_.Swap(&other->_unknown_fields_);
/external/webrtc/talk/app/webrtc/
H A Ddatachannel.cc119 void DataChannel::PacketQueue::Swap(PacketQueue* other) { function in class:webrtc::DataChannel::PacketQueue
606 control_packets.Swap(&queued_control_data_);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc265 Swap(&old_region);
396 void DesktopRegion::Swap(DesktopRegion* region) { function in class:webrtc::DesktopRegion
/external/libchrome/base/json/
H A Djson_parser.cc33 // takes ownership of the input string. The real root value is Swap()ed into
39 DictionaryValue::Swap(static_cast<DictionaryValue*>(root));
42 void Swap(DictionaryValue* other) override {
43 DVLOG(1) << "Swap()ing a DictionaryValue inefficiently.";
48 copy->Swap(other);
54 DictionaryValue::Swap(copy.get());
89 ListValue::Swap(static_cast<ListValue*>(root));
92 void Swap(ListValue* other) override {
93 DVLOG(1) << "Swap()ing a ListValue inefficiently.";
98 copy->Swap(othe
300 void JSONParser::StringBuilder::Swap(StringBuilder* other) { function in class:base::internal::JSONParser::StringBuilder
[all...]
/external/libweave/third_party/chromium/base/json/
H A Djson_parser.cc32 // takes ownership of the input string. The real root value is Swap()ed into
38 DictionaryValue::Swap(static_cast<DictionaryValue*>(root));
41 void Swap(DictionaryValue* other) override {
42 DVLOG(1) << "Swap()ing a DictionaryValue inefficiently.";
47 copy->Swap(other);
53 DictionaryValue::Swap(copy.get());
88 ListValue::Swap(static_cast<ListValue*>(root));
91 void Swap(ListValue* other) override {
92 DVLOG(1) << "Swap()ing a ListValue inefficiently.";
97 copy->Swap(othe
295 void JSONParser::StringBuilder::Swap(StringBuilder* other) { function in class:base::internal::JSONParser::StringBuilder
[all...]
/external/regex-re2/re2/
H A Dregexp.cc307 void Regexp::Swap(Regexp* that) { function in class:re2::Regexp
/external/v8/include/
H A Dv8-util.h47 static void Swap(Impl& a, Impl& b) { std::swap(a, b); } // NOLINT function in class:v8::StdMapTraits
236 Traits::Swap(impl_, impl);
/external/libweave/third_party/chromium/base/
H A Dvalues.cc789 void DictionaryValue::Swap(DictionaryValue* other) { function in class:base::DictionaryValue
1081 void ListValue::Swap(ListValue* other) { function in class:base::ListValue

Completed in 1365 milliseconds

12