Home
last modified time | relevance | path

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

12345678910>>...76

/third_party/node/deps/icu-small/source/common/
H A Dcharstrmap.h32 CharStringMap(const CharStringMap &other) = delete; member in final
42 CharStringMap &operator=(const CharStringMap &other) = delete; member in final
/third_party/node/deps/icu-small/source/common/unicode/
H A Didna.h308 IDNAInfo(const IDNAInfo &other) = delete; // no copying member in IDNAInfo
309 IDNAInfo &operator=(const IDNAInfo &other) = delete; // no copying member in IDNAInfo
H A Ducharstriebuilder.h136 UCharsTrieBuilder(const UCharsTrieBuilder &other) = delete; // no copy constructor member in UCharsTrieBuilder
137 UCharsTrieBuilder &operator=(const UCharsTrieBuilder &other) = delete; // no assignment operator member in UCharsTrieBuilder
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimfmtprops.cpp82 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 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 Dcurrfmt.cpp28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() argument
H A Dnfsubs.h248 NFSubstitution(const NFSubstitution &other) = delete; // forbid copying of this class member in NFSubstitution
249 NFSubstitution &operator=(const NFSubstitution &other) = delete; // forbid copying of this class member in NFSubstitution
H A Dtmutamt.cpp35 TimeUnitAmount::TimeUnitAmount(const TimeUnitAmount& other) in TimeUnitAmount() argument
42 TimeUnitAmount::operator=(const TimeUnitAmount& other) { in operator =() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dsfwdchit.h66 SimpleFwdCharIterator(const SimpleFwdCharIterator &other) in SimpleFwdCharIterator() argument
/third_party/node/deps/v8/src/compiler/
H A Drefs-map.cc18 RefsMap::RefsMap(const RefsMap* other, Zone* zone) in RefsMap() argument
/third_party/node/deps/v8/src/base/
H A Dbits-iterator.h34 bool operator==(BitsIterator other) { return bits_ == other.bits_; } in operator ==() argument
35 bool operator!=(BitsIterator other) { return bits_ != other.bits_; } in operator !=() argument
/third_party/node/deps/v8/src/base/numbers/
H A Ddiy-fp.cc12 void DiyFp::Multiply(const DiyFp& other) { in Multiply() argument
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot-source-sink.cc34 void SnapshotByteSink::Append(const SnapshotByteSink& other) { in Append() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DMetadataKey.java56 public int compareTo(MetadataKey other) { in compareTo() argument
/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

Completed in 8 milliseconds

12345678910>>...76