Searched defs:Swap (Results 1 - 25 of 29) 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/skia/third_party/glu/libtess/
H A Dgeom.c208 #define Swap(a,b) do { GLUvertex *t = a; a = b; b = t; } while(0) macro
228 if( ! VertLeq( o1, d1 )) { Swap( o1, d1 ); }
229 if( ! VertLeq( o2, d2 )) { Swap( o2, d2 ); }
230 if( ! VertLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
251 if( ! TransLeq( o1, d1 )) { Swap( o1, d1 ); }
252 if( ! TransLeq( o2, d2 )) { Swap( o2, d2 ); }
253 if( ! TransLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
H A Dpriorityq.c95 #define Swap(a,b) do{PQkey *tmp = *a; *a = *b; *b = tmp;}while(0) macro
143 Swap( i, j );
145 Swap( i, j ); /* Undo last swap */
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h140 template<class T> void Swap(T& a, T& b) { function in namespace:__sanitizer
/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/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/regex-re2/re2/
H A Dregexp.cc296 void Regexp::Swap(Regexp* that) { function in class:re2::Regexp
/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
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2409 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, local
2415 ReplaceValueWith(SDValue(N, 0), Swap.getValue(0));
2416 ReplaceValueWith(SDValue(N, 1), Swap.getValue(1));
2843 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, local
2850 return Swap.getValue(1);

Completed in 454 milliseconds

12