Home
last modified time | relevance | path

Searched defs:other (Results 801 - 825 of 1584) sorted by relevance

1...<<31323334353637383940>>...64

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dpersncal.cpp87 PersianCalendar::PersianCalendar(const PersianCalendar& other) : Calendar(other) { in PersianCalendar() argument
H A Drbt_rule.cpp164 TransliterationRule::TransliterationRule(TransliterationRule& other) : in TransliterationRule() argument
[all...]
H A Drbt_set.cpp181 TransliterationRuleSet::TransliterationRuleSet(const TransliterationRuleSet& other) : in TransliterationRuleSet() argument
H A Drepattrn.cpp49 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { in RegexPattern() argument
61 RegexPattern &RegexPattern::operator = (const RegexPattern &other) { in operator =() argument
[all...]
H A Dscriptset.cpp38 ScriptSet::ScriptSet(const ScriptSet &other) { in ScriptSet() argument
42 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { in operator =() argument
100 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union() argument
107 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { in intersect() argument
[all...]
H A Dunits_data.cpp350 int32_t UnitPreferenceMetadata::compareTo(const UnitPreferenceMetadata &other, bool *foundCategory, in compareTo() argument
H A Dvzone.cpp158 vzone_hasSameRules(VZone* zone, const VZone* other) { in vzone_hasSameRules() argument
H A Dwinnmfmt.cpp246 Win32NumberFormat::Win32NumberFormat(const Win32NumberFormat &other) in Win32NumberFormat() argument
269 Win32NumberFormat &Win32NumberFormat::operator=(const Win32NumberFormat &other) in operator =() argument
[all...]
/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.cpp224 CTFontRef other = (CTFontRef)cached->internal_private_getCTFontRef(); in find_by_CTFontRef() local
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h165 Instance(const Instance& other) = delete; member in dawn_native::Instance
166 Instance& operator=(const Instance& other) = delete; member in dawn_native::Instance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp51 ScopedIOSurfaceRef(ScopedIOSurfaceRef&& other) { in ScopedIOSurfaceRef() argument
59 ScopedIOSurfaceRef& operator=(ScopedIOSurfaceRef&& other) { in operator =() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set-invertible.hh173 void process (const Op& op, const hb_bit_set_invertible_t &other) in process() argument
176 void union_ (const hb_bit_set_invertible_t &other) in union_() argument
195 intersect(const hb_bit_set_invertible_t &other) intersect() argument
214 subtract(const hb_bit_set_invertible_t &other) subtract() argument
233 symmetric_difference(const hb_bit_set_invertible_t &other) symmetric_difference() argument
[all...]
H A Dhb-set.cc332 hb_set_is_equal(const hb_set_t *set, const hb_set_t *other) hb_set_is_equal() argument
366 hb_set_set(hb_set_t *set, const hb_set_t *other) hb_set_set() argument
383 hb_set_union(hb_set_t *set, const hb_set_t *other) hb_set_union() argument
400 hb_set_intersect(hb_set_t *set, const hb_set_t *other) hb_set_intersect() argument
417 hb_set_subtract(hb_set_t *set, const hb_set_t *other) hb_set_subtract() argument
435 hb_set_symmetric_difference(hb_set_t *set, const hb_set_t *other) hb_set_symmetric_difference() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DBinary.h91 Binary(const Binary &other) = delete; member in llvm::object::Binary
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h82 ScopedHandle(const ScopedHandle &other) = delete; member in llvm::ScopedHandle
83 void operator=(const ScopedHandle &other) = delete; member in llvm::ScopedHandle
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmemory.h342 typedef StlAllocator<U> other; typedef
395 StlAllocator<T>::StlAllocator(const StlAllocator<U>& other) { in StlAllocator() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp119 Thread::Affinity::Affinity(Affinity&& other) : cores(std::move(other.cores)) {} in Affinity() argument
120 Thread::Affinity::Affinity(const Affinity& other, Allocator* allocator) in Affinity() argument
240 Thread::Affinity& Thread::Affinity::add(const Thread::Affinity& other) { in add() argument
254 Thread::Affinity& Thread::Affinity::remove(const Thread::Affinity& other) { in remove() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp117 ColorKind other(ColorKind Color) { in other() function
/third_party/spirv-tools/source/
H A Denum_set.h91 Iterator(const Iterator& other) in Iterator() argument
137 operator =(const Iterator& other) operator =() argument
216 EnumSet(const EnumSet& other) EnumSet() argument
220 EnumSet(EnumSet&& other) EnumSet() argument
224 operator =(const EnumSet& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dedits.cpp44 Edits &Edits::copyArray(const Edits &other) { in copyArray() argument
88 Edits &Edits::operator=(const Edits &other) { in operator =() argument
[all...]
H A Drbbidata.h200 RBBIDataWrapper(const RBBIDataWrapper &other) = delete; /* forbid copying of this class */ member in RBBIDataWrapper
201 RBBIDataWrapper &operator=(const RBBIDataWrapper &other) = delete; /* forbid copying of this class */ member in RBBIDataWrapper
H A Drbbisetb.cpp587 RangeDescriptor::RangeDescriptor(const RangeDescriptor &other, UErrorCode &status) : in RangeDescriptor() argument
H A Dservls.cpp171 ServiceEnumeration(const ServiceEnumeration &other, UErrorCode &status) in ServiceEnumeration() argument
H A Dsimpleformatter.cpp53 SimpleFormatter &SimpleFormatter::operator=(const SimpleFormatter& other) { in operator =() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h87 BytesTrie(const BytesTrie &other) in BytesTrie() argument

Completed in 19 milliseconds

1...<<31323334353637383940>>...64