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

123

/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/v8/
H A DV8PersistentValueMap.h56 static void Swap(Impl& impl, Impl& other) { impl.swap(other); } function in class:WebCore::V8PersistentValueMapTraits
H A DDOMWrapperMap.h98 static void Swap(Impl& impl, Impl& other) { impl.swap(other); } function in class:WebCore::DOMWrapperMap::PersistentValueMapTraits
/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.cc124 void TaskGraph::Swap(TaskGraph* other) { function in class:cc::TaskGraph
237 // Swap task graph.
238 task_namespace.graph.Swap(graph);
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_result.cc341 void AutocompleteResult::Swap(AutocompleteResult* other) { function in class:AutocompleteResult
348 alternate_nav_url_.Swap(&(other->alternate_nav_url_));
/external/chromium_org/components/metrics/
H A Dpersisted_logs.cc73 void PersistedLogs::LogHashPair::Swap(PersistedLogs::LogHashPair* input) { function in class:metrics::PersistedLogs::LogHashPair
143 staged_log_.Swap(&list_.back());
159 list_.back().Swap(&staged_log_);
/external/chromium_org/mojo/public/cpp/bindings/
H A Darray.h96 void Swap(Array* other) { function in class:mojo::Array
100 void Swap(std::vector<StorageType>* other) { function in class:mojo::Array
114 Swap(other);
/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.cc76 void SyncData::ImmutableSyncEntityTraits::Swap(sync_pb::SyncEntity* t1, function in class:syncer::SyncData::ImmutableSyncEntityTraits
78 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
H A Dextension_set.cc825 void ExtensionSet::Swap(ExtensionSet* x) { function in class:google::protobuf::internal::ExtensionSet
/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.cc199 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
H A Drepeated_field.h110 // Swap entire contents with "other".
111 void Swap(RepeatedField* other);
113 // Swap two elements.
220 void Swap(RepeatedPtrFieldBase* other);
343 // Swap entire contents with "other".
344 void Swap(RepeatedPtrField* other);
346 // Swap two elements.
516 void RepeatedField<Element>::Swap(RepeatedField* other) { function in class:google::protobuf::RepeatedField
859 void RepeatedPtrField<Element>::Swap(RepeatedPtrField* other) { function in class:google::protobuf::RepeatedPtrField
860 RepeatedPtrFieldBase::Swap(othe
[all...]
/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/third_party/re2/re2/
H A Dregexp.cc307 void Regexp::Swap(Regexp* that) { function in class:re2::Regexp
/external/chromium_org/v8/include/
H A Dv8-util.h44 static void Swap(Impl& a, Impl& b) { std::swap(a, b); } // NOLINT function in class:v8::StdMapTraits
204 Traits::Swap(impl_, impl);

Completed in 3922 milliseconds

123