Home
last modified time | relevance | path

Searched defs:other (Results 576 - 600 of 1756) sorted by relevance

1...<<21222324252627282930>>...71

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstring_segment.cpp104 int32_t StringSegment::getCommonPrefixLength(const UnicodeString& other) { in getCommonPrefixLength() argument
108 int32_t StringSegment::getCaseSensitivePrefixLength(const UnicodeString& other) { in getCaseSensitivePrefixLength() argument
112 int32_t StringSegment::getPrefixLengthInternal(const UnicodeString& other, bool foldCase) { in getPrefixLengthInternal() argument
[all...]
H A Dstrrepl.cpp70 StringReplacer::StringReplacer(const StringReplacer& other) : in StringReplacer() argument
/third_party/skia/src/sksl/dsl/
H A DDSLExpression.cpp36 DSLExpression::DSLExpression(DSLExpression&& other) in DSLExpression() argument
115 void DSLExpression::swap(DSLExpression& other) { in swap() argument
281 DSLPossibleExpression::DSLPossibleExpression(DSLPossibleExpression&& other) in DSLPossibleExpression() argument
H A DDSLVar.cpp82 void DSLVarBase::swap(DSLVarBase& other) { in swap() argument
97 swap(DSLVar& other) swap() argument
140 swap(DSLGlobalVar& other) swap() argument
148 swap(DSLParameter& other) swap() argument
[all...]
/third_party/skia/tests/
H A DHashTest.cpp199 CopyCounter(const CopyCounter& other) in CopyCounter() argument
206 void operator=(const CopyCounter& other) { in operator =() argument
212 CopyCounter(CopyCounter&& other) { *this = std::move(other); } in CopyCounter() argument
213 void operator=(CopyCounter&& other) { in operator =() argument
[all...]
H A DSkTOptionalTest.cpp167 SkTOptionalTestPayload(const SkTOptionalTestPayload& other) in SkTOptionalTestPayload() argument
171 SkTOptionalTestPayload(SkTOptionalTestPayload&& other) in SkTOptionalTestPayload() argument
177 SkTOptionalTestPayload& operator=(const SkTOptionalTestPayload& other) { in operator =() argument
183 SkTOptionalTestPayload& operator=(SkTOptionalTestPayload&& other) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DStackContainer.h70 typedef StackAllocator<U, stack_capacity> other; typedef
88 StackAllocator(const StackAllocator<U, other_capacity>& other) : source_(nullptr) { in StackAllocator() argument
236 StackVector(const StackVector<T, stack_capacity>& other) in StackVector() argument
241 StackVector<T, stack_capacity>& operator=(const StackVector<T, stack_capacity>& other) { in operator =() argument
H A Dvulkan_platform.h92 VkHandle(const VkHandle<Tag, HandleType>& other) = default; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSubresourceStorage.h300 void SubresourceStorage<T>::Merge(const SubresourceStorage<U>& other, F&& mergeFunc) { in Merge() argument
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftgloadr.h72 void* other; /* for possible future extension? */ member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shape-plan.cc138 hb_shape_plan_key_t::user_features_match (const hb_shape_plan_key_t *other) in user_features_match() argument
156 hb_shape_plan_key_t::equal (const hb_shape_plan_key_t *other) in equal() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAtomicOrdering.h89 inline bool isStrongerThan(AtomicOrdering ao, AtomicOrdering other) { in isStrongerThan() argument
104 inline bool isAtLeastOrStrongerThan(AtomicOrdering ao, AtomicOrdering other) { in isAtLeastOrStrongerThan() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h179 void swap(IntrusiveRefCntPtr& other) { in swap() argument
H A DStringSwitch.h60 StringSwitch(StringSwitch &&other) { in StringSwitch() argument
63 StringSwitch &operator=(StringSwitch &&other) { in operator =() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h133 Pool<T>::Loan::Loan(const Loan& other) in Loan() argument
141 Pool<T>::Loan::Loan(Loan&& other) : item(other.item), storage(other.storage) { in Loan() argument
H A Dticket.h85 MARL_NO_EXPORT inline Ticket(const Ticket& other) = default; member in marl::Ticket
86 MARL_NO_EXPORT inline Ticket(Ticket&& other) = default; member in marl::Ticket
87 MARL_NO_EXPORT inline Ticket& operator=(const Ticket& other) = default; member in marl::Ticket
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp214 operator<(const Candidate &other) { in operator <() argument
/third_party/skia/third_party/externals/tint/src/
H A Dcastable.h208 CastableBase& operator=(const CastableBase& other) = default; member in tint::CastableBase
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.cc55 TextGenerator::LineWriter::LineWriter(LineWriter&& other) { in LineWriter() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdistance.h87 LocaleDistance(const LocaleDistance &other) = delete; member in final
88 LocaleDistance &operator=(const LocaleDistance &other) = delete; member in final
H A Dpluralmap.h88 PluralMap(const PluralMap<T> &other) : fOtherVariant(other.fOtherVariant) { in PluralMap() argument
96 PluralMap<T> &operator=(const PluralMap<T> &other) { in operator =() argument
[all...]
H A Dresbund.cpp185 ResourceBundle::ResourceBundle(const ResourceBundle &other) in ResourceBundle() argument
216 ResourceBundle& ResourceBundle::operator=(const ResourceBundle& other) in operator =() argument
[all...]
H A Dumutex.h228 UMutex(const UMutex &other) = delete; member in UMutex
229 UMutex &operator =(const UMutex &other) = delete; member in UMutex
H A Dunifiedcache.h42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() argument
141 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() argument
[all...]
H A Duvectr32.cpp76 void UVector32::assign(const UVector32& other, UErrorCode &ec) { in assign() argument
86 UBool UVector32::operator==(const UVector32& other) { in operator ==() argument
135 removeAll(const UVector32& other) removeAll() argument
147 retainAll(const UVector32& other) retainAll() argument
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...71