Home
last modified time | relevance | path

Searched defs:other (Results 151 - 175 of 1637) sorted by relevance

12345678910>>...66

/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
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Drwmutex.h127 RLock::RLock(RLock&& other) { in RLock() argument
132 RLock& RLock::operator=(RLock&& other) { in operator =() argument
179 WLock(WLock&& other) WLock() argument
184 operator =(WLock&& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dchariter.cpp18 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) in ForwardCharacterIterator() argument
H A Dcharstrmap.h32 CharStringMap(const CharStringMap &other) = delete; member in final
42 CharStringMap &operator=(const CharStringMap &other) = delete; member in final
H A Drbbisetb.h62 RangeDescriptor(const RangeDescriptor &other) = delete; // forbid default copying of this class member in RangeDescriptor
63 RangeDescriptor &operator=(const RangeDescriptor &other) = delete; // forbid assigning of this class member in RangeDescriptor
H A Dstringpiece.cpp73 int32_t StringPiece::compare(StringPiece other) { in compare() argument
/third_party/typescript/tests/baselines/reference/
H A DgenericCallWithFunctionTypedArguments.js60 function other(t, u) { function
H A DgenericCallWithGenericSignatureArguments.js61 function other(x) { function

Completed in 6 milliseconds

12345678910>>...66