| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | tests.h | 220 namespace other { namespace in A::AEnum
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ExtensionSet.cs | 304 public override bool Equals(object other)
in Equals() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageTexture.cpp | 94 Texture::Texture (const Texture& other, const int samples) in Texture() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageTexture.cpp | 94 Texture::Texture (const Texture& other, const int samples) in Texture() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Observer.cpp | 72 ObserverBinding::ObserverBinding(const ObserverBinding &other) = default; member in angle::ObserverBinding 74 ObserverBinding &ObserverBinding::operator=(const ObserverBinding &other) = default; member in angle::ObserverBinding
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | FixedVector.h | 124 FixedVector<T, N, Storage>::FixedVector(const FixedVector<T, N, Storage> &other) = default; member in angle::FixedVector 127 FixedVector<T, N, Storage>::FixedVector(FixedVector<T, N, Storage> &&other) = default; member in angle::FixedVector 138 const FixedVector<T, N, Storage> &other) = default; member in angle::FixedVector 142 FixedVector<T, N, Storage> &&other) = default; member in angle::FixedVector [all...] |
| H A D | CircularBuffer.h | 80 CircularBuffer<T, N, Storage>::CircularBuffer(const CircularBuffer<T, N, Storage> &other) in CircularBuffer() argument 86 CircularBuffer<T, N, Storage>::CircularBuffer(CircularBuffer<T, N, Storage> &&other) in CircularBuffer() argument 93 operator =( const CircularBuffer<T, N, Storage> &other) operator =() argument 102 operator =( CircularBuffer<T, N, Storage> &&other) operator =() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| H A D | bit_vector.cpp | 41 bool BitVector::Or(const BitVector& other) { in Or() argument
|
| /third_party/skia/src/core/ |
| H A D | SkAutoPixmapStorage.cpp | 17 SkAutoPixmapStorage::SkAutoPixmapStorage(SkAutoPixmapStorage&& other) : fStorage(nullptr) { in SkAutoPixmapStorage() argument 21 SkAutoPixmapStorage& SkAutoPixmapStorage::operator=(SkAutoPixmapStorage&& other) { in operator =() argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| H A D | GlyphClassList.java | 24 public GlyphClassList(NumRecordList other) { in GlyphClassList() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | dominator_analysis.cpp | 59 const Instruction* other = b; in Dominates() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | dominator_analysis.cpp | 59 const Instruction* other = b; in Dominates() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| H A D | bit_vector.cpp | 41 bool BitVector::Or(const BitVector& other) { in Or() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | currfmt.cpp | 28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() argument
|
| H A D | currunit.cpp | 82 CurrencyUnit::CurrencyUnit(const CurrencyUnit& other) : MeasureUnit(other) { in CurrencyUnit() argument 86 CurrencyUnit::CurrencyUnit(const MeasureUnit& other, UErrorCode& ec) : MeasureUnit(other) { in CurrencyUnit() argument 106 CurrencyUnit& CurrencyUnit::operator=(const CurrencyUnit& other) { in operator =() argument
|
| H A D | number_decimfmtprops.cpp | 81 DecimalFormatProperties::_equals(const DecimalFormatProperties& other, bool ignoreForFastFormat) const { in _equals() argument [all...] |
| H A D | number_symbolswrapper.cpp | 15 SymbolsWrapper::SymbolsWrapper(const SymbolsWrapper &other) { in SymbolsWrapper() argument 23 SymbolsWrapper &SymbolsWrapper::operator=(const SymbolsWrapper &other) { in operator =() argument 57 void SymbolsWrapper::doCopyFrom(const SymbolsWrapper &other) { in doCopyFrom() argument [all...] |
| H A D | tmutamt.cpp | 35 TimeUnitAmount::TimeUnitAmount(const TimeUnitAmount& other) in TimeUnitAmount() argument 42 TimeUnitAmount::operator=(const TimeUnitAmount& other) { in operator =() argument
|
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCase.cpp | 30 DSLCase::DSLCase(DSLCase&& other) in DSLCase() argument 36 DSLCase& DSLCase::operator=(DSLCase&& other) { in operator =() argument
|
| /third_party/skia/src/sksl/lex/ |
| H A D | DFAState.h | 54 DFAState(const DFAState& other) = delete; member
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | RefBase.h | 66 RefBase(const RefBase<T, Traits>& other) : mValue(other.mValue) { in RefBase() argument 70 RefBase<T, Traits>& operator=(const RefBase<T, Traits>& other) { in operator =() argument 75 RefBase(RefBase<T, Traits>&& other) { in RefBase() argument 79 RefBase<T, Traits>& operator=(RefBase<T, Traits>&& other) { in operator =() argument 91 RefBase(const RefBase<U, UTraits>& other) RefBase() argument 96 operator =(const RefBase<U, UTraits>& other) operator =() argument 102 RefBase(RefBase<U, UTraits>&& other) RefBase() argument 107 operator =(RefBase<U, UTraits>&& other) operator =() argument [all...] |
| H A D | Log.h | 65 LogMessage(LogMessage&& other) = default; member in dawn::LogMessage 66 LogMessage& operator=(LogMessage&& other) = default; member in dawn::LogMessage 75 LogMessage(const LogMessage& other) = delete; member in dawn::LogMessage 76 LogMessage& operator=(const LogMessage& other) = delete; member in dawn::LogMessage
|
| H A D | DynamicLib.cpp | 34 DynamicLib::DynamicLib(DynamicLib&& other) { in DynamicLib() argument 38 DynamicLib& DynamicLib::operator=(DynamicLib&& other) { in operator =() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Instance.h | 87 InstanceBase(const InstanceBase& other) = delete; member in dawn_native::final 88 InstanceBase& operator=(const InstanceBase& other) = delete; member in dawn_native::final
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | symbol_table.cc | 30 SymbolTable& SymbolTable::operator=(const SymbolTable& other) = default; member in tint::SymbolTable
|