| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | islamcal.cpp | 241 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType) { in IslamicCalendar() argument
|
| H A D | number_fluent.cpp | 397 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UNF& other) in UnlocalizedNumberFormatter() argument 400 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const NFS<UNF>& other) in UnlocalizedNumberFormatter() argument 414 UnlocalizedNumberFormatter& UnlocalizedNumberFormatter::operator=(const UNF& other) { in operator =() argument 427 LocalizedNumberFormatter::LocalizedNumberFormatter(const LNF& other) in LocalizedNumberFormatter() argument 430 LocalizedNumberFormatter::LocalizedNumberFormatter(const NFS<LNF>& other) in LocalizedNumberFormatter() argument 444 operator =(const LNF& other) operator =() argument [all...] |
| H A D | plurfmt.cpp | 140 PluralFormat::PluralFormat(const PluralFormat& other) in PluralFormat() argument 150 PluralFormat::copyObjects(const PluralFormat& other) { in copyObjects() argument 373 operator =(const PluralFormat& other) operator =() argument [all...] |
| H A D | reldtfmt.cpp | 42 RelativeDateFormat::RelativeDateFormat(const RelativeDateFormat& other) : in RelativeDateFormat() argument [all...] |
| H A D | tznames.cpp | 238 TimeZoneNamesDelegate* other = new TimeZoneNamesDelegate(); in clone() local [all...] |
| H A D | windtfmt.cpp | 180 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other) in Win32DateFormat() argument 194 Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other) in operator =() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
| H A D | norms.h | 188 Norms(const Norms &other) = delete; member in Norms 189 Norms &operator=(const Norms &other) = delete; member in Norms
|
| /third_party/skia/tests/ |
| H A D | RRectInPathTest.cpp | 204 SkRRect other; in test_empty_crbug_458524() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | DawnNative.cpp | 49 Adapter::Adapter(const Adapter& other) = default; member in dawn_native::Adapter 50 Adapter& Adapter::operator=(const Adapter& other) = default; member in dawn_native::Adapter
|
| H A D | BindGroupLayout.cpp | 491 bool BindGroupLayoutBase::IsLayoutEqual(const BindGroupLayoutBase* other, in IsLayoutEqual() argument
|
| /third_party/skia/tools/ |
| H A D | DDLPromiseImageHelper.cpp | 31 DDLPromiseImageHelper::PromiseImageInfo::PromiseImageInfo(PromiseImageInfo&& other) in PromiseImageInfo() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | brkiter.cpp | 207 BreakIterator::BreakIterator(const BreakIterator &other) : UObject(other) { in BreakIterator() argument 212 BreakIterator &BreakIterator::operator =(const BreakIterator &other) { in operator =() argument
|
| H A D | bytestriebuilder.cpp | 114 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const { in compareStringTo() argument
|
| H A D | loclikelysubtags.cpp | 472 U_ASSERT(value < lsrsLength); const LSR &result = lsrs[value]; if (*language == 0) { language = �; } if (retainOldMask == 0) { return LSR(result.language, result.script, result.region, result.flags); } if ((retainOldMask & 4) == 0) { language = result.language; } if ((retainOldMask & 2) == 0) { script = result.script; } if ((retainOldMask & 1) == 0) { region = result.region; } return LSR(language, script, region, retainOldMask); } int32_t XLikelySubtags::compareLikely(const LSR &lsr, const LSR &other, int32_t likelyInfo) const { if (uprv_strcmp(lsr.language, other.language) != 0) { return 0xfffffffc; } if (uprv_strcmp(lsr.script, other.script) != 0) { int32_t index; if (likelyInfo >= 0 && (likelyInfo & 2) == 0) maximize() argument
|
| H A D | ucharstriebuilder.cpp | 84 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) const { in compareStringTo() argument
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | ucharstrie.h | 85 UCharsTrie(const UCharsTrie &other) in UCharsTrie() argument
|
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| H A D | WGPUHelpers.cpp | 120 ComboRenderPassDescriptor::ComboRenderPassDescriptor(const ComboRenderPassDescriptor& other) { in ComboRenderPassDescriptor() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MapField.java | 203 public void mergeFrom(MapField<K, V> other) { in mergeFrom() argument
|
| H A D | SmallSortedMap.java | 424 public int compareTo(Entry other) { in compareTo() argument [all...] |
| H A D | UnknownFieldSet.java | 94 public boolean equals(Object other) { in equals() argument 396 public Builder mergeFrom(UnknownFieldSet other) { in mergeFrom() argument 731 equals(Object other) equals() argument 976 mergeFrom(Field other) mergeFrom() argument [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | map.c | 581 Map* other; in Map_eq() local 758 Map* other = ruby_to_Map(hashmap); Map_merge_into_self() local [all...] |
| H A D | repeated_field.c | 426 RepeatedField* other; in RepeatedField_eq() local [all...] |
| /third_party/python/Objects/ |
| H A D | classobject.c | 246 method_richcompare(PyObject *self, PyObject *other, int op) in method_richcompare() argument 454 instancemethod_richcompare(PyObject *self, PyObject *other, int op) in instancemethod_richcompare() argument
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | repeated_scalar_container.cc | 563 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
|
| H A D | repeated_composite_container.cc | 205 PyObject* MergeFrom(RepeatedCompositeContainer* self, PyObject* other) { in MergeFrom() argument 209 static PyObject* MergeFromMethod(PyObject* self, PyObject* other) { in MergeFromMethod() argument 327 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
|