| /external/google-breakpad/src/processor/ |
| D | minidump.cc | 113 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/ |
| D | repeated_field.cc | 58 void RepeatedPtrFieldBase::Swap(RepeatedPtrFieldBase* other) { in Swap() function in google::protobuf::internal::RepeatedPtrFieldBase
|
| D | descriptor.pb.cc | 968 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 …]
|
| D | unknown_field_set.h | 234 inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { in Swap() function
|
| D | repeated_field.h | 757 void RepeatedField<Element>::Swap(RepeatedField* other) { in Swap() function
|
| D | unknown_field_set_unittest.cc | 261 TEST_F(UnknownFieldSetTest, Swap) { in TEST_F() argument
|
| D | generated_message_reflection_unittest.cc | 150 TEST(GeneratedMessageReflectionTest, Swap) { in TEST() argument
|
| D | extension_set.cc | 906 void ExtensionSet::Swap(ExtensionSet* x) { in Swap() function in google::protobuf::internal::ExtensionSet
|
| D | generated_message_reflection.cc | 531 void GeneratedMessageReflection::Swap( in Swap() function in google::protobuf::internal::GeneratedMessageReflection
|
| /external/protobuf/src/google/protobuf/compiler/ |
| D | plugin.pb.cc | 477 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/ |
| D | err_data_generate.go | 125 func (ks keySlice) Swap(i, j int) { func
|
| /external/lldb/source/Core/ |
| D | ValueObjectList.cpp | 163 ValueObjectList::Swap (ValueObjectList &value_object_list) in Swap() function in ValueObjectList
|
| /external/openfst/src/include/fst/ |
| D | heap.h | 145 void Swap(int j, int k) { in Swap() function
|
| /external/google-breakpad/src/common/ |
| D | string_conversion.cc | 117 static inline uint16_t Swap(uint16_t value) { in Swap() function
|
| /external/boringssl/src/util/ |
| D | make_errors.go | 168 func (a assignmentsSlice) Swap(i, j int) { func
|
| /external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
| D | base.h | 204 void Swap(T *lhs, T *rhs) { in Swap() function
|
| /external/marisa-trie/lib/marisa/ |
| D | base.h | 223 void Swap(T *lhs, T *rhs) { in Swap() function
|
| /external/lzma/CPP/Common/ |
| D | MyVector.h | 74 void Swap(int i, int j) in Swap() function
|
| /external/v8/include/ |
| D | v8-util.h | 44 static void Swap(Impl& a, Impl& b) { std::swap(a, b); } // NOLINT in Swap() function
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common.h | 414 template<class T> void Swap(T& a, T& b) { in Swap() function
|
| /external/regex-re2/re2/ |
| D | regexp.cc | 307 void Regexp::Swap(Regexp* that) { in Swap() function in re2::Regexp
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 2093 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/ |
| D | module_common_types.h | 620 VideoFrame::Swap(WebRtc_UWord8*& newMemory, WebRtc_UWord32& newLength, WebRtc_UWord32& newSize) in Swap() function
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 577 bool Swap = false; in visitFMul() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 2900 SDValue Swap = DAG.getAtomicCmpSwap( in ExpandNode() local 2913 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode() local
|