/third_party/spirv-tools/tools/util/ |
H A D | flags.h | 174 Flag(Flag&& other) = delete; member 175 Flag(const Flag& other) = delete; member
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuEither.hpp | 175 Either<First, Second>::Either (const Either<First, Second>& other) in Either() argument 185 Either<First, Second>& Either<First, Second>::operator= (const Either<First, Second>& other) in operator =() argument [all...] |
H A D | tcuMaybe.hpp | 122 Maybe<T>::Maybe (const Maybe<T>& other) in Maybe() argument 130 Maybe<T>& Maybe<T>::operator= (const Maybe<T>& other) in operator =() argument
|
H A D | tcuStringTemplate.cpp | 47 StringTemplate::StringTemplate (StringTemplate&& other) in StringTemplate() argument
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deArrayBuffer.hpp | 130 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const ArrayBuffer<T,Alignment,Stride>& other) in ArrayBuffer() argument 153 ArrayBuffer<T,Alignment,Stride>& ArrayBuffer<T,Alignment,Stride>::operator= (const ArrayBuffer& other) in operator =() argument 178 swap(ArrayBuffer& other) swap() argument [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigFilter.cpp | 93 FilterList& FilterList::operator<< (const FilterList& other) in operator <<() argument
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableValue.cpp | 183 ValueRange::ValueRange (ConstValueRangeAccess other) in ValueRange() argument 269 VariableValue(const VariableValue& other) VariableValue() argument 276 operator =(const VariableValue& other) operator =() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | PoolAlloc.h | 54 typedef pool_allocator<Other> other; typedef
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | AttributeMap.cpp | 16 AttributeMap::AttributeMap(const AttributeMap &other) = default; member in egl::AttributeMap 18 AttributeMap &AttributeMap::operator=(const AttributeMap &other) = default; member in egl::AttributeMap
|
/third_party/elfio/tests/ |
H A D | ELFIOTest2.cpp | 257 unsigned char other; in TEST() local 285 unsigned char other; in TEST() local 313 unsigned char other; in TEST() local 341 unsigned char other; in TEST() local 369 unsigned char other; TEST() local [all...] |
/third_party/elfio/examples/c_wrapper/ |
H A D | c_example.c | 107 unsigned char other; in main() local
|
/third_party/gn/src/base/memory/ |
H A D | weak_ptr.h | 115 WeakReference& operator=(WeakReference&& other) = default; member in base::internal::WeakReference 116 WeakReference& operator=(const WeakReference& other) = default; member in base::internal::WeakReference 148 WeakPtrBase(const WeakPtrBase& other) = default; member in base::internal::WeakPtrBase 149 WeakPtrBase(WeakPtrBase&& other) member in base::internal::WeakPtrBase 150 WeakPtrBase& operator=(const WeakPtrBase& other) = default; global() member in base::internal::WeakPtrBase 151 WeakPtrBase& operator=(WeakPtrBase&& other) = default; global() member in base::internal::WeakPtrBase 227 WeakPtr(const WeakPtr<U>& other) WeakPtr() argument 234 WeakPtr(WeakPtr<U>&& other) WeakPtr() argument [all...] |
/third_party/gn/src/base/win/ |
H A D | scoped_handle.h | 45 GenericScopedHandle(GenericScopedHandle&& other) in GenericScopedHandle() argument 54 GenericScopedHandle& operator=(GenericScopedHandle&& other) { in operator =() argument
|
/third_party/gn/src/gn/ |
H A D | err.cc | 89 Err::Err(const Err& other) { in Err() argument 134 Err& Err::operator=(const Err& other) { in operator =() argument
|
H A D | hash_table_base_unittest.cc | 32 Int(const Int& other) : x_(other.x_) { creation_counter++; } in Int() argument 101 TestHashTable(const TestHashTable& other) : BaseType(other) { in TestHashTable() argument 108 TestHashTable& operator=(const TestHashTable& other) { in operator =() argument [all...] |
H A D | immutable_vector.h | 171 ImmutableVector(const ImmutableVector& other) in ImmutableVector() argument 175 ImmutableVector& operator=(const ImmutableVector& other) { in operator =() argument [all...] |
H A D | pointer_set.h | 68 PointerSet(const PointerSet& other) : BaseType() { insert(other); } in PointerSet() argument 69 PointerSet& operator=(const PointerSet& other) { in operator =() argument 139 insert(const PointerSet& other) insert() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CharTrie.java | 217 public boolean equals(Object other) in equals() argument
|
H A D | Row.java | 110 public boolean equals(Object other) { in equals() argument 135 public int compareTo(Object other) { in compareTo() argument
|
H A D | StringSegment.java | 142 public boolean startsWith(CharSequence other) { in startsWith() argument 165 public int getCommonPrefixLength(CharSequence other) { in getCommonPrefixLength() argument 173 public int getCaseSensitivePrefixLength(CharSequence other) { in getCaseSensitivePrefixLength() argument 177 private int getPrefixLengthInternal(CharSequence other, boolean foldCase) { in getPrefixLengthInternal() argument 210 contentEquals(CharSequence other) contentEquals() argument [all...] |
H A D | TimeZoneAdapter.java | 79 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleExtensions.java | 217 public boolean equals(Object other) { in equals() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | LocalizedNumberFormatterAsFormat.java | 102 public boolean equals(Object other) { in equals() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | ParsedNumber.java | 84 public void copyFrom(ParsedNumber other) { in copyFrom() argument 168 isBetterThan(ParsedNumber other) isBetterThan() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | FormattedNumberRange.java | 178 public boolean equals(Object other) { in equals() argument
|