/external/libbrillo/brillo/ |
H A D | any.cc | 53 void Any::Swap(Any& other) { function in class:brillo::Any
|
/external/libchrome/base/ |
H A D | pending_task.cc | 52 void TaskQueue::Swap(TaskQueue* queue) { function in class:base::TaskQueue
|
H A D | values.cc | 832 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 D | file_descriptor.cc | 25 Swap(&other); 34 Swap(&other); 62 void FileDescriptor::Swap(FileDescriptor* other) { function in class:dbus::FileDescriptor
|
/external/protobuf/src/google/protobuf/ |
H A D | repeated_field.cc | 58 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
|
H A D | unknown_field_set.h | 92 inline void Swap(UnknownFieldSet* x); 234 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { function in class:google::protobuf::UnknownFieldSet
|
/external/dng_sdk/source/ |
H A D | dng_auto_ptr.h | 101 /// Swap with another auto ptr. 103 friend inline void Swap (AutoPtr< T > &x, AutoPtr< T > &y) function in class:AutoPtr
|
H A D | dng_opcode_list.cpp | 75 void dng_opcode_list::Swap (dng_opcode_list &otherList) function in class:dng_opcode_list
|
/external/google-breakpad/src/common/ |
H A D | string_conversion.cc | 117 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 D | ValueObjectList.cpp | 163 ValueObjectList::Swap (ValueObjectList &value_object_list) function in class:ValueObjectList
|
/external/openfst/src/include/fst/ |
H A D | heap.h | 98 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 D | studio.h | 339 #define Swap(x,y) ((x)^=(y), (y)^=(x), (x)^=(y)) macro
|
/external/libchrome/base/containers/ |
H A D | mru_cache.h | 144 void Swap(MRUCacheBase& other) { function in class:base::MRUCacheBase
|
/external/v8/src/arm/ |
H A D | macro-assembler-arm.cc | 215 void MacroAssembler::Swap(Register reg1, function in class:v8::internal::MacroAssembler
|
/external/v8/src/ |
H A D | list-inl.h | 129 void List<T, P>::Swap(List<T, P>* list) { function in class:v8::internal::List
|
/external/marisa-trie/lib/marisa/ |
H A D | base.h | 223 void Swap(T *lhs, T *rhs) { function in namespace:marisa
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | base.h | 204 void Swap(T *lhs, T *rhs) { function in namespace:marisa_alpha
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.cc | 477 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 D | datachannel.cc | 119 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 D | desktop_region.cc | 265 Swap(&old_region); 396 void DesktopRegion::Swap(DesktopRegion* region) { function in class:webrtc::DesktopRegion
|
/external/libchrome/base/json/ |
H A D | json_parser.cc | 33 // 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 D | json_parser.cc | 32 // 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 D | regexp.cc | 307 void Regexp::Swap(Regexp* that) { function in class:re2::Regexp
|
/external/v8/include/ |
H A D | v8-util.h | 47 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 D | values.cc | 789 void DictionaryValue::Swap(DictionaryValue* other) { function in class:base::DictionaryValue 1081 void ListValue::Swap(ListValue* other) { function in class:base::ListValue
|