Searched defs:Swap (Results 26 - 50 of 76) sorted by relevance

1234

/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/chromium_org/net/quic/
H A Diovector.h149 // Swap the guts of two IOVector.
150 void Swap(IOVector* other) { iovec_.swap(other->iovec_); } function in class:net::IOVector
/external/chromium_org/remoting/base/
H A Ddispatch_win.h69 Swap(param);
82 Swap(param_out);
88 void Swap(VARIANT* other) { function in class:remoting::dispatch::internal::ScopedVariantArg
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PersistentValueMap.h56 static void Swap(Impl& impl, Impl& other) { impl.swap(other); } function in class:blink::V8PersistentValueMapTraits
H A DDOMWrapperMap.h99 static void Swap(Impl& impl, Impl& other) { impl.swap(other); } function in class:blink::DOMWrapperMap::PersistentValueMapTraits
/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_org/base/win/
H A Dscoped_variant.cc73 void ScopedVariant::Swap(ScopedVariant& var) { function in class:base::win::ScopedVariant
/external/chromium_org/cc/resources/
H A Dtask_graph_runner.cc127 void TaskGraph::Swap(TaskGraph* other) { function in class:cc::TaskGraph
240 // Swap task graph.
241 task_namespace.graph.Swap(graph);
/external/chromium_org/components/omnibox/
H A Dautocomplete_result.cc353 void AutocompleteResult::Swap(AutocompleteResult* other) { function in class:AutocompleteResult
360 alternate_nav_url_.Swap(&(other->alternate_nav_url_));
/external/chromium_org/net/http/
H A Dhttp_request_headers.h139 void Swap(HttpRequestHeaders* other) { function in class:net::HttpRequestHeaders
/external/chromium_org/sync/api/
H A Dsync_data.cc60 void SyncData::ImmutableSyncEntityTraits::Swap(sync_pb::SyncEntity* t1, function in class:syncer::SyncData::ImmutableSyncEntityTraits
62 t1->Swap(t2);
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable_unittest.cc88 void Swap(TokenBase* other) { function in class:syncer::TokenBase
102 t1.Swap(&t2);
113 t1.Swap(&t2);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h93 inline void Swap(UnknownFieldSet* x);
232 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { function in class:google::protobuf::UnknownFieldSet
/external/chromium_org/url/
H A Dgurl.cc168 Swap(&other);
522 void GURL::Swap(GURL* other) { function in class:GURL
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc195 void MacroAssembler::Swap(Register reg1, function in class:v8::internal::MacroAssembler
/external/lzma/CPP/Common/
H A DMyVector.h74 void Swap(int i, int j) function in class:CRecordVector
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h78 inline void Swap(UnknownFieldSet* x);
195 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { function in class:google::protobuf::UnknownFieldSet
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.cc81 void DataChannel::PacketQueue::Swap(PacketQueue* other) { function in class:webrtc::DataChannel::PacketQueue
465 packet_buffer.Swap(&queued_send_data_);
520 control_packets.Swap(&queued_control_data_);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc460 void CodeGeneratorRequest::Swap(CodeGeneratorRequest* other) { function in class:google::protobuf::compiler::CodeGeneratorRequest
462 file_to_generate_.Swap(&other->file_to_generate_);
464 proto_file_.Swap(&other->proto_file_);
466 _unknown_fields_.Swap(&other->_unknown_fields_);
799 void CodeGeneratorResponse_File::Swap(CodeGeneratorResponse_File* other) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
805 _unknown_fields_.Swap(&other->_unknown_fields_);
1065 void CodeGeneratorResponse::Swap(CodeGeneratorResponse* other) { function in class:google::protobuf::compiler::CodeGeneratorResponse
1068 file_.Swap(&other->file_);
1070 _unknown_fields_.Swap(&other->_unknown_fields_);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc265 Swap(&old_region);
396 void DesktopRegion::Swap(DesktopRegion* region) { function in class:webrtc::DesktopRegion
/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_);
/external/chromium_org/base/json/
H A Djson_parser.cc31 // takes ownership of the input string. The real root value is Swap()ed into
37 DictionaryValue::Swap(static_cast<DictionaryValue*>(root));
40 virtual void Swap(DictionaryValue* other) OVERRIDE {
41 DVLOG(1) << "Swap()ing a DictionaryValue inefficiently.";
46 copy->Swap(other);
52 DictionaryValue::Swap(copy.get());
87 ListValue::Swap(static_cast<ListValue*>(root));
90 virtual void Swap(ListValue* other) OVERRIDE {
91 DVLOG(1) << "Swap()ing a ListValue inefficiently.";
96 copy->Swap(othe
290 void JSONParser::StringBuilder::Swap(StringBuilder* other) { function in class:base::internal::JSONParser::StringBuilder
[all...]
/external/chromium_org/components/history/core/browser/
H A Dhistory_types.cc65 void QueryResults::Swap(QueryResults* other) { function in class:history::QueryResults

Completed in 601 milliseconds

1234