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

12

/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc54 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
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...]
H A Dextension_set.cc678 void ExtensionSet::Swap(ExtensionSet* x) { function in class:google::protobuf::internal::ExtensionSet
H A Dgenerated_message_reflection.cc312 void GeneratedMessageReflection::Swap( function in class:google::protobuf::internal::GeneratedMessageReflection
319 << "First argument to Swap() (of type \""
326 << "Second argument to Swap() (of type \""
347 MutableRaw<RepeatedField<TYPE> >(message1, field)->Swap( \
363 MutableRaw<RepeatedPtrFieldBase>(message1, field)->Swap(
406 MutableExtensionSet(message1)->Swap(MutableExtensionSet(message2));
409 MutableUnknownFields(message1)->Swap(MutableUnknownFields(message2));
599 USAGE_CHECK_MESSAGE_TYPE(Swap);
600 USAGE_CHECK_REPEATED(Swap);
/external/chromium/net/tools/flip_server/
H A Dsimple_buffer.h64 void Swap(SimpleBuffer* other) { function in class:net::SimpleBuffer
H A Dbalsa_headers.cc174 void BalsaBuffer::Swap(BalsaBuffer* b) { function in class:net::BalsaBuffer
264 void BalsaHeaders::Swap(BalsaHeaders* other) { function in class:net::BalsaHeaders
268 balsa_buffer_.Swap(&other->balsa_buffer_);
/external/chromium/base/win/
H A Dscoped_bstr.cc35 void ScopedBstr::Swap(ScopedBstr& bstr2) { function in class:base::win::ScopedBstr
H A Dscoped_variant.cc73 void ScopedVariant::Swap(ScopedVariant& var) { function in class:base::win::ScopedVariant
/external/chromium/chrome/browser/policy/
H A Dpolicy_map.cc38 void PolicyMap::Swap(PolicyMap* other) { function in class:policy::PolicyMap
/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/v8/src/arm/
H A Dmacro-assembler-arm.cc228 void MacroAssembler::Swap(Register reg1, function in class:v8::internal::MacroAssembler
/external/chromium/base/
H A Dvalues.h412 void Swap(ListValue* other) { function in class:ListValue
H A Dmessage_loop.h374 void Swap(TaskQueue* queue) { function in class:MessageLoop::TaskQueue
/external/chromium/googleurl/src/
H A Dgurl.cc452 void GURL::Swap(GURL* other) { function in class:GURL
/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.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/chrome/browser/history/
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/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp414 bool Swap = false; local
418 Swap = true;
428 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
/external/regex-re2/re2/
H A Dregexp.cc307 void Regexp::Swap(Regexp* that) { function in class:re2::Regexp
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h404 void Swap(int i, int j) { function in class:testing::internal::Vector
434 Swap(selected, last_in_range);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h400 void Swap(int i, int j) { function in class:testing::internal::Vector
430 Swap(selected, last_in_range);
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h450 * Swap buffer and size data
452 WebRtc_Word32 Swap(WebRtc_UWord8*& newMemory,
456 * Swap buffer and size data
615 return Swap(videoFrame._buffer, videoFrame._bufferLength, videoFrame._bufferSize);
620 VideoFrame::Swap(WebRtc_UWord8*& newMemory, WebRtc_UWord32& newLength, WebRtc_UWord32& newSize) function in class:webrtc::VideoFrame

Completed in 759 milliseconds

12