| /third_party/node/deps/icu-small/source/common/ |
| H A D | charstrmap.h | 32 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 D | idna.h | 308 IDNAInfo(const IDNAInfo &other) = delete; // no copying member in IDNAInfo 309 IDNAInfo &operator=(const IDNAInfo &other) = delete; // no copying member in IDNAInfo
|
| H A D | ucharstriebuilder.h | 136 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 D | number_decimfmtprops.cpp | 82 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 | 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 | currfmt.cpp | 28 CurrencyFormat::CurrencyFormat(const CurrencyFormat& other) : in CurrencyFormat() argument
|
| H A D | nfsubs.h | 248 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 D | tmutamt.cpp | 35 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 D | sfwdchit.h | 66 SimpleFwdCharIterator(const SimpleFwdCharIterator &other) in SimpleFwdCharIterator() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | refs-map.cc | 18 RefsMap::RefsMap(const RefsMap* other, Zone* zone) in RefsMap() argument
|
| /third_party/node/deps/v8/src/base/ |
| H A D | bits-iterator.h | 34 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 D | diy-fp.cc | 12 void DiyFp::Multiply(const DiyFp& other) { in Multiply() argument
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | snapshot-source-sink.cc | 34 void SnapshotByteSink::Append(const SnapshotByteSink& other) { in Append() argument
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | MetadataKey.java | 56 public int compareTo(MetadataKey other) { in compareTo() argument
|
| /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
|