Home
last modified time | relevance | path

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

123456789

/external/libcxx/benchmarks/
Dfunction.bench.cpp155 struct Swap { struct
156 static void run(benchmark::State& state) { in run()
164 static bool skip() { return Function1() > Function2(); } in skip()
166 static std::string name() { in name()
/external/llvm-project/libcxx/benchmarks/
Dfunction.bench.cpp154 struct Swap { struct
155 static void run(benchmark::State& state) { in run()
163 static bool skip() { return Function1() > Function2(); } in skip()
165 static std::string name() { in name()
/external/protobuf/src/google/protobuf/
Dwrappers.pb.h154 inline void Swap(DoubleValue* other) { in Swap() function
308 inline void Swap(FloatValue* other) { in Swap() function
462 inline void Swap(Int64Value* other) { in Swap() function
616 inline void Swap(UInt64Value* other) { in Swap() function
770 inline void Swap(Int32Value* other) { in Swap() function
924 inline void Swap(UInt32Value* other) { in Swap() function
1078 inline void Swap(BoolValue* other) { in Swap() function
1232 inline void Swap(StringValue* other) { in Swap() function
1401 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.h172 PROTOBUF_ALWAYS_INLINE void Swap(ArenaStringPtr* other) { in Swap() function
175 PROTOBUF_ALWAYS_INLINE void Swap(ArenaStringPtr* other, in Swap() function
Dproto3_arena_lite_unittest.cc123 TEST(Proto3ArenaLiteTest, Swap) { in TEST() argument
/external/google-breakpad/src/processor/
Dminidump.cc114 inline void Swap(uint8_t* value) {} in Swap() function
122 inline void Swap(uint16_t* value) { in Swap() function
126 inline void Swap(uint32_t* value) { in Swap() function
133 inline void Swap(uint64_t* value) { in Swap() function
157 void Swap(uint128_struct* value) { in Swap() function
163 inline void Swap(int32_t* value) { in Swap() function
167 inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap() function
172 inline void Swap(MDMemoryDescriptor* memory_descriptor) { in Swap() function
177 inline void Swap(MDGUID* guid) { in Swap() function
184 inline void Swap(MDSystemTime* system_time) { in Swap() function
[all …]
/external/webrtc/pc/
Ddata_channel_utils.cc42 void PacketQueue::Swap(PacketQueue* other) { in Swap() function in webrtc::PacketQueue
/external/openscreen/cast/sender/public/
Dcast_app_discovery_service.cc40 void CastAppDiscoveryService::Subscription::Swap(Subscription& other) { in Swap() function in openscreen::cast::CastAppDiscoveryService::Subscription
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h76 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap() function
175 void Swap(InlinedStructPtr* other) { in Swap() function
/external/llvm-project/flang/runtime/
Denvironment.h26 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_ptr_state.cc37 void InterfacePtrStateBase::Swap(InterfacePtrStateBase* other) { in Swap() function in mojo::internal::InterfacePtrStateBase
Dassociated_interface_ptr_state.cc50 void AssociatedInterfacePtrStateBase::Swap( in Swap() function in mojo::internal::AssociatedInterfacePtrStateBase
Dassociated_interface_ptr_state.h110 void Swap(AssociatedInterfacePtrState* other) { in Swap() function
/external/libbrillo/brillo/
Dany.cc54 void Any::Swap(Any& other) { in Swap() function in brillo::Any
/external/llvm-project/clang/include/clang/AST/
DLexicallyOrderedRecursiveASTVisitor.h117 bool Swap; in getStmtChildren() local
/external/libchrome/components/policy/core/common/
Dpolicy_bundle.cc31 void PolicyBundle::Swap(PolicyBundle* other) { in Swap() function in policy::PolicyBundle
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h50 void Swap(Histogram* other) { std::swap(impl_, other->impl_); } in Swap() function
/external/icing/icing/file/
Dmemory-mapped-file.cc187 void MemoryMappedFile::Swap(MemoryMappedFile* other) { in Swap() function in icing::lib::MemoryMappedFile
/external/dng_sdk/source/
Ddng_auto_ptr.h103 friend inline void Swap (AutoPtr< T > &x, AutoPtr< T > &y) in Swap() function
/external/pdfium/core/fxcrt/
Dretain_ptr.h58 void Swap(RetainPtr& that) { m_pObj.swap(that.m_pObj); } in Swap() function
Dweak_ptr.h56 void Swap(WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } in Swap() function
/external/libgav1/libgav1/src/
Dresidual_buffer_pool.cc78 void ResidualBufferStack::Swap(ResidualBufferStack* other) { in Swap() function in libgav1::ResidualBufferStack
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymReader.h69 std::unique_ptr<SwappedData> Swap; variable
/external/icing/icing/legacy/index/
Dicing-storage-collection.cc35 void IcingStorageCollection::Swap(const IIcingStorage *current_file, in Swap() function in icing::lib::IcingStorageCollection

123456789