Home
last modified time | relevance | path

Searched defs:other (Results 351 - 375 of 1754) sorted by relevance

1...<<11121314151617181920>>...71

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() argument
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =() argument
[all...]
H A Dnumsys.cpp75 NumberingSystem::NumberingSystem(const NumberingSystem& other) in NumberingSystem() argument
H A Drbt.cpp165 RuleBasedTransliterator( const RuleBasedTransliterator& other) RuleBasedTransliterator() argument
H A Dutf16collationiterator.cpp30 UTF16CollationIterator::UTF16CollationIterator(const UTF16CollationIterator &other, in UTF16CollationIterator() argument
151 FCDUTF16CollationIterator(const FCDUTF16CollationIterator &other, const UChar *newText) FCDUTF16CollationIterator() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.h75 Normalizer2DataBuilder(const Normalizer2DataBuilder &other) = delete; member in Normalizer2DataBuilder
76 Normalizer2DataBuilder &operator=(const Normalizer2DataBuilder &other) = delete; member in Normalizer2DataBuilder
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dfilterrb.cpp149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() argument
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
H A DEffectDescription.h39 constexpr ParamType(const ParamType &other) = delete; member in Effect::ParamType
41 ParamType &operator=(const ParamType &other) = delete; member in Effect::ParamType
43 constexpr ParamType(ParamType &&other) = default; member in Effect::ParamType
45 constexpr ParamType &operator=(ParamType &&other) = delete; member in Effect::ParamType
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioStreamBuilder.cpp82 bool AudioStreamBuilder::isCompatible(AudioStreamBase &other) { in isCompatible() argument
/third_party/skia/tests/
H A DLListTest.cpp16 bool operator== (const ListElement& other) { return fID == other.fID; } in operator ==() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A DResult.h246 Result(Result<void, E>&& other) Result() argument
250 operator =(Result<void, E>&& other) operator =() argument
309 Result(Result<TChild*, E>&& other) Result() argument
316 operator =(Result<TChild*, E>&& other) operator =() argument
365 Result(Result<const T*, E>&& other) Result() argument
370 operator =(Result<const T*, E>&& other) operator =() argument
421 Result(Result<Ref<U>, E>&& other) Result() argument
428 operator =(Result<Ref<U>, E>&& other) operator =() argument
482 Result(Result<T, E>&& other) Result() argument
487 operator =(Result<T, E>&& other) operator =() argument
[all...]
H A DBitSetIterator.h80 BitSetIterator<N, T>::BitSetIterator(const BitSetIterator& other) : mBits(other.mBits) { in BitSetIterator() argument
84 BitSetIterator<N, T>& BitSetIterator<N, T>::operator=(const BitSetIterator& other) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoder.java34 private Parameters(Parameters other) { in Parameters() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandAllocator.cpp37 CommandIterator::CommandIterator(CommandIterator&& other) { in CommandIterator() argument
45 CommandIterator& CommandIterator::operator=(CommandIterator&& other) { in operator =() argument
136 CommandAllocator::CommandAllocator(CommandAllocator&& other) in CommandAllocator() argument
148 operator =(CommandAllocator&& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils.cpp77 ProcessHandle::ProcessHandle(ProcessHandle &&other) : mProcess(other.mProcess) in ProcessHandle() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h153 vector( const vector<T, BASE_CAPACITY_2>& other, Allocator* allocator ) vector() argument
162 vector( vector<T, BASE_CAPACITY_2>&& other, Allocator* allocator ) vector() argument
175 operator =( const vector& other) operator =() argument
188 operator =( const vector<T, BASE_CAPACITY_2>& other) operator =() argument
201 operator =( vector<T, BASE_CAPACITY_2>&& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceMemory.h87 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; typedef
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dusage.cc24 Usage::Usage(const Usage& other) = default; member in tint::reader::spirv::Usage
136 Add(const Usage& other) Add() argument
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform.h101 void Add(DataMap&& other) { in Add() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dloclikelysubtags.h77 XLikelySubtags(const XLikelySubtags &other) = delete; member in final
78 XLikelySubtags &operator=(const XLikelySubtags &other) = delete; member in final
H A Dlsr.h49 LSR(const LSR &other) = delete; member
58 LSR &operator=(const LSR &other) = delete; member
H A Drbbinode.cpp80 RBBINode::RBBINode(const RBBINode &other) : UMemory(other) { in RBBINode() argument
[all...]
H A Drbbitblb.h195 RBBITableBuilder(const RBBITableBuilder &other) = delete; // forbid copying of this class member in RBBITableBuilder
196 RBBITableBuilder &operator=(const RBBITableBuilder &other) = delete; // forbid copying of this class member in RBBITableBuilder
H A Duvector.h385 operator !=(const UVector& other) operator !=() argument
[all...]
H A Duvectr32.h271 operator !=(const UVector32& other) operator !=() argument
[all...]
H A Duvectr64.cpp73 void UVector64::assign(const UVector64& other, UErrorCode &ec) { in assign() argument
83 UBool UVector64::operator==(const UVector64& other) { in operator ==() argument

Completed in 13 milliseconds

1...<<11121314151617181920>>...71