Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/processor/
Dminidump.cc113 static inline void Swap(uint8_t* value) { in Swap() function
124 static inline void Swap(uint16_t* value) { in Swap() function
130 static inline void Swap(uint32_t* value) { in Swap() function
138 static inline void Swap(uint64_t* value) { in Swap() function
162 static void Swap(uint128_struct* value) { in Swap() function
168 static inline void Swap(int16_t* value) { in Swap() function
172 static inline void Swap(int32_t* value) { in Swap() function
176 static inline void Swap(int64_t* value) { in Swap() function
181 static inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap() function
187 static inline void Swap(MDMemoryDescriptor* memory_descriptor) { in Swap() function
[all …]
/external/protobuf/src/google/protobuf/
Drepeated_field.cc58 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { in Swap() function in google::protobuf::internal::RepeatedPtrFieldBase
Ddescriptor.pb.cc968 void FileDescriptorSet::Swap(FileDescriptorSet* other) { in Swap() function in google::protobuf::FileDescriptorSet
1659 void FileDescriptorProto::Swap(FileDescriptorProto* other) { in Swap() function in google::protobuf::FileDescriptorProto
1942 void DescriptorProto_ExtensionRange::Swap(DescriptorProto_ExtensionRange* other) { in Swap() function in google::protobuf::DescriptorProto_ExtensionRange
2466 void DescriptorProto::Swap(DescriptorProto* other) { in Swap() function in google::protobuf::DescriptorProto
3182 void FieldDescriptorProto::Swap(FieldDescriptorProto* other) { in Swap() function in google::protobuf::FieldDescriptorProto
3433 void OneofDescriptorProto::Swap(OneofDescriptorProto* other) { in Swap() function in google::protobuf::OneofDescriptorProto
3763 void EnumDescriptorProto::Swap(EnumDescriptorProto* other) { in Swap() function in google::protobuf::EnumDescriptorProto
4094 void EnumValueDescriptorProto::Swap(EnumValueDescriptorProto* other) { in Swap() function in google::protobuf::EnumValueDescriptorProto
4426 void ServiceDescriptorProto::Swap(ServiceDescriptorProto* other) { in Swap() function in google::protobuf::ServiceDescriptorProto
4835 void MethodDescriptorProto::Swap(MethodDescriptorProto* other) { in Swap() function in google::protobuf::MethodDescriptorProto
[all …]
Dunknown_field_set.h234 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { in Swap() function
Drepeated_field.h757 void RepeatedField<Element>::Swap(RepeatedField* other) { in Swap() function
Dunknown_field_set_unittest.cc261 TEST_F(UnknownFieldSetTest, Swap) { in TEST_F() argument
Dgenerated_message_reflection_unittest.cc150 TEST(GeneratedMessageReflectionTest, Swap) { in TEST() argument
Dextension_set.cc906 void ExtensionSet::Swap(ExtensionSet* x) { in Swap() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection.cc531 void GeneratedMessageReflection::Swap( in Swap() function in google::protobuf::internal::GeneratedMessageReflection
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc477 void CodeGeneratorRequest::Swap(CodeGeneratorRequest* other) { in Swap() function in google::protobuf::compiler::CodeGeneratorRequest
840 void CodeGeneratorResponse_File::Swap(CodeGeneratorResponse_File* other) { in Swap() function in google::protobuf::compiler::CodeGeneratorResponse_File
1123 void CodeGeneratorResponse::Swap(CodeGeneratorResponse* other) { in Swap() function in google::protobuf::compiler::CodeGeneratorResponse
/external/boringssl/src/crypto/err/
Derr_data_generate.go125 func (ks keySlice) Swap(i, j int) { func
/external/lldb/source/Core/
DValueObjectList.cpp163 ValueObjectList::Swap (ValueObjectList &value_object_list) in Swap() function in ValueObjectList
/external/openfst/src/include/fst/
Dheap.h145 void Swap(int j, int k) { in Swap() function
/external/google-breakpad/src/common/
Dstring_conversion.cc117 static inline uint16_t Swap(uint16_t value) { in Swap() function
/external/boringssl/src/util/
Dmake_errors.go168 func (a assignmentsSlice) Swap(i, j int) { func
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dbase.h204 void Swap(T *lhs, T *rhs) { in Swap() function
/external/marisa-trie/lib/marisa/
Dbase.h223 void Swap(T *lhs, T *rhs) { in Swap() function
/external/lzma/CPP/Common/
DMyVector.h74 void Swap(int i, int j) in Swap() function
/external/v8/include/
Dv8-util.h44 static void Swap(Impl& a, Impl& b) { std::swap(a, b); } // NOLINT in Swap() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h414 template<class T> void Swap(T& a, T& b) { in Swap() function
/external/regex-re2/re2/
Dregexp.cc307 void Regexp::Swap(Regexp* that) { in Swap() function in re2::Regexp
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2093 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst()
2291 bool Swap, Negate; in SelectSETCC() local
2817 bool Swap; in Select() local
/external/webrtc/src/modules/interface/
Dmodule_common_types.h620 VideoFrame::Swap(WebRtc_UWord8*& newMemory, WebRtc_UWord32& newLength, WebRtc_UWord32& newSize) in Swap() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp577 bool Swap = false; in visitFMul() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2900 SDValue Swap = DAG.getAtomicCmpSwap( in ExpandNode() local
2913 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode() local

12