Home
last modified time | relevance | path

Searched defs:other (Results 201 - 225 of 2025) sorted by relevance

12345678910>>...81

/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.h220 namespace other { namespace in A::AEnum
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionSet.cs304 public override bool Equals(object other) in Equals() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.cpp94 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 DvktImageTexture.cpp94 Texture::Texture (const Texture& other, const int samples) in Texture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver.cpp72 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 DFixedVector.h124 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 DCircularBuffer.h80 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 Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() argument
/third_party/skia/src/core/
H A DSkAutoPixmapStorage.cpp17 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 DGlyphClassList.java24 public GlyphClassList(NumRecordList other) { in GlyphClassList() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_analysis.cpp59 const Instruction* other = b; in Dominates() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_analysis.cpp59 const Instruction* other = b; in Dominates() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcurrfmt.cpp28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() argument
H A Dcurrunit.cpp82 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 Dnumber_decimfmtprops.cpp81 DecimalFormatProperties::_equals(const DecimalFormatProperties& other, bool ignoreForFastFormat) const { in _equals() argument
[all...]
H A Dnumber_symbolswrapper.cpp15 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 Dtmutamt.cpp35 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 DDSLCase.cpp30 DSLCase::DSLCase(DSLCase&& other) in DSLCase() argument
36 DSLCase& DSLCase::operator=(DSLCase&& other) { in operator =() argument
/third_party/skia/src/sksl/lex/
H A DDFAState.h54 DFAState(const DFAState& other) = delete; member
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefBase.h66 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 DLog.h65 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 DDynamicLib.cpp34 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 DInstance.h87 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 Dsymbol_table.cc30 SymbolTable& SymbolTable::operator=(const SymbolTable& other) = default; member in tint::SymbolTable

Completed in 8 milliseconds

12345678910>>...81