Home
last modified time | relevance | path

Searched defs:Swap (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.h148 inline void Swap(DoubleValue* other) { in Swap() function
285 inline void Swap(FloatValue* other) { in Swap() function
422 inline void Swap(Int64Value* other) { in Swap() function
559 inline void Swap(UInt64Value* other) { in Swap() function
696 inline void Swap(Int32Value* other) { in Swap() function
833 inline void Swap(UInt32Value* other) { in Swap() function
970 inline void Swap(BoolValue* other) { in Swap() function
1107 inline void Swap(StringValue* other) { in Swap() function
1251 inline void Swap(BytesValue* other) { in Swap() function
Dreflection_internal.h233 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
274 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
303 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
341 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
Darenastring.h179 PROTOBUF_ALWAYS_INLINE void Swap(ArenaStringPtr* other) { in Swap() function
182 PROTOBUF_ALWAYS_INLINE void Swap(ArenaStringPtr* other, in Swap() function
Dproto3_arena_lite_unittest.cc120 TEST(Proto3ArenaLiteTest, Swap) { in TEST() argument
Dempty.pb.h116 inline void Swap(Empty* other) { in Swap() function
Dmetadata_lite.h106 PROTOBUF_ALWAYS_INLINE void Swap(InternalMetadata* other) { in Swap() function
Dduration.pb.h116 inline void Swap(Duration* other) { in Swap() function
Dtimestamp.pb.h116 inline void Swap(Timestamp* other) { in Swap() function
Dsource_context.pb.h116 inline void Swap(SourceContext* other) { in Swap() function
Dstruct.pb.h188 inline void Swap(Struct* other) { in Swap() function
349 inline void Swap(Value* other) { in Swap() function
594 inline void Swap(ListValue* other) { in Swap() function
Dmap_field_lite.h83 void Swap(MapFieldLite* other) { map_.swap(other->map_); } in Swap() function
Dmap_field_inl.h264 default_enum_value>::Swap(MapFieldBase* other) { in Swap() function
Dreflection.h124 void Swap(const MutableRepeatedFieldRef& other) const { in Swap() function
241 void Swap(const MutableRepeatedFieldRef& other) const { in Swap() function
Dfield_mask.pb.h116 inline void Swap(FieldMask* other) { in Swap() function
Dunknown_field_set.h318 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { in Swap() function
/third_party/node/deps/v8/src/objects/
Dproperty-array-inl.h84 Object PropertyArray::Swap(int index, Object value, SeqCstAccessTag tag) { in Swap() function
89 Object PropertyArray::Swap(PtrComprCageBase cage_base, int index, Object value, in Swap() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_auto_ptr.h103 friend inline void Swap (AutoPtr< T > &x, AutoPtr< T > &y) in Swap() function
Ddng_opcode_list.cpp75 void dng_opcode_list::Swap (dng_opcode_list &otherList) in Swap() function in dng_opcode_list
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymReader.h69 std::unique_ptr<SwappedData> Swap; variable
/third_party/mesa3d/src/asahi/compiler/test/
Dtest-lower-parallel-copy.cpp162 TEST_F(LowerParallelCopy, Swap) { in TEST_F() argument
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h150 void Swap(MRUCacheBase &other) in Swap() function
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dgeocoding_data.pb.h145 inline void Swap(GeocodingInfo* other) { in Swap() function
397 inline void Swap(PrefixesInfo* other) { in Swap() function
623 inline void Swap(LanguageCodeInfo* other) { in Swap() function
783 inline void Swap(CountriesInfo* other) { in Swap() function
943 inline void Swap(CountryCodeInfo* other) { in Swap() function
/third_party/node/deps/v8/include/cppgc/
Dmember.h174 void Swap(BasicMember<T, OtherWeaknessTag, OtherBarrierPolicy, in Swap() function
/third_party/node/deps/v8/include/
Dv8-util.h52 static void Swap(Impl& a, Impl& b) { std::swap(a, b); } in Swap() function
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h169 inline void Swap(Version* other) { in Swap() function
370 inline void Swap(CodeGeneratorRequest* other) { in Swap() function
592 inline void Swap(CodeGeneratorResponse_File* other) { in Swap() function
792 inline void Swap(CodeGeneratorResponse* other) { in Swap() function

1234