Home
last modified time | relevance | path

Searched defs:other (Results 726 - 750 of 1829) sorted by relevance

1...<<21222324252627282930>>...74

/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...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h168 void swap(IntrusiveRefCntPtr &other) { in swap() argument
H A DOptional.h48 OptionalStorage(OptionalStorage const &other) : OptionalStorage() { in OptionalStorage() argument
53 OptionalStorage(OptionalStorage &&other) : OptionalStorage() { in OptionalStorage() argument
112 OptionalStorage &operator=(OptionalStorage const &other) { in operator =() argument
126 operator =(OptionalStorage &&other) operator =() argument
153 OptionalStorage(OptionalStorage const &other) = default; global() member in llvm::optional_detail::OptionalStorage
154 OptionalStorage(OptionalStorage &&other) = default; global() member in llvm::optional_detail::OptionalStorage
156 OptionalStorage &operator=(OptionalStorage const &other) = default; global() member in llvm::optional_detail::OptionalStorage
157 OptionalStorage &operator=(OptionalStorage &&other) = default; global() member in llvm::optional_detail::OptionalStorage
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DSubresourceStorageTests.cpp466 CallMergeOnBoth(SubresourceStorage<T>* s, FakeStorage<T>* f, const SubresourceStorage<U>& other, F&& mergeFunc) CallMergeOnBoth() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_context.cc135 const FieldDescriptor* other = fields[j]; in InitializeFieldGeneratorInfoForFields() local
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.h116 inline void Swap(Duration* other) { in Swap() argument
124 void UnsafeArenaSwap(Duration* other) { in UnsafeArenaSwap() argument
[all...]
H A Dfield_mask.pb.h116 inline void Swap(FieldMask* other) { in Swap() argument
124 void UnsafeArenaSwap(FieldMask* other) { in UnsafeArenaSwap() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionRegistry.java277 private ExtensionRegistry(ExtensionRegistry other) { in ExtensionRegistry() argument
[all...]
H A DExtensionRegistryLite.java201 ExtensionRegistryLite(ExtensionRegistryLite other) { in ExtensionRegistryLite() argument
H A DLazyStringArrayList.java310 public void mergeFrom(LazyStringList other) { in mergeFrom() argument
H A DLazyFieldLite.java203 public void set(LazyFieldLite other) { in set() argument
249 merge(LazyFieldLite other) merge() argument
[all...]
H A DIntArrayList.java74 private IntArrayList(int[] other, int size) { in IntArrayList() argument
H A DLongArrayList.java74 private LongArrayList(long[] other, int size) { in LongArrayList() argument
H A DMapFieldLite.java73 public void mergeFrom(MapFieldLite<K, V> other) { in mergeFrom() argument
H A DMessage.java70 boolean equals(Object other); in equals() argument
127 mergeFrom(Message other) mergeFrom() argument
[all...]
H A DMessageSetSchema.java68 public boolean equals(T message, T other) { in equals() argument
93 public void mergeFrom(T message, T other) { in mergeFrom() argument
H A DUnknownFieldSetLiteSchema.java125 UnknownFieldSetLite merge(UnknownFieldSetLite message, UnknownFieldSetLite other) { in merge() argument
H A DUnknownFieldSetSchema.java119 UnknownFieldSet merge(UnknownFieldSet message, UnknownFieldSet other) { in merge() argument
/third_party/python/Modules/_ssl/
H A Dcert.c194 certificate_richcompare(PySSLCertificate *self, PyObject *other, int op) in certificate_richcompare() argument

Completed in 13 milliseconds

1...<<21222324252627282930>>...74