Home
last modified time | relevance | path

Searched defs:other (Results 376 - 400 of 1566) sorted by relevance

1...<<11121314151617181920>>...63

/third_party/spirv-tools/tools/util/
H A Dflags.h174 Flag(Flag&& other) = delete; member
175 Flag(const Flag& other) = delete; member
/third_party/vk-gl-cts/framework/common/
H A DtcuEither.hpp175 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 DtcuMaybe.hpp122 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 DtcuStringTemplate.cpp47 StringTemplate::StringTemplate (StringTemplate&& other) in StringTemplate() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeArrayBuffer.hpp130 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 DegluConfigFilter.cpp93 FilterList& FilterList::operator<< (const FilterList& other) in operator <<() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.cpp183 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 DPoolAlloc.h54 typedef pool_allocator<Other> other; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp16 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 DELFIOTest2.cpp257 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 Dc_example.c107 unsigned char other; in main() local
/third_party/gn/src/base/memory/
H A Dweak_ptr.h115 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 Dscoped_handle.h45 GenericScopedHandle(GenericScopedHandle&& other) in GenericScopedHandle() argument
54 GenericScopedHandle& operator=(GenericScopedHandle&& other) { in operator =() argument
/third_party/gn/src/gn/
H A Derr.cc89 Err::Err(const Err& other) { in Err() argument
134 Err& Err::operator=(const Err& other) { in operator =() argument
H A Dhash_table_base_unittest.cc32 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 Dimmutable_vector.h171 ImmutableVector(const ImmutableVector& other) in ImmutableVector() argument
175 ImmutableVector& operator=(const ImmutableVector& other) { in operator =() argument
[all...]
H A Dpointer_set.h68 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 DCharTrie.java217 public boolean equals(Object other) in equals() argument
H A DRow.java110 public boolean equals(Object other) { in equals() argument
135 public int compareTo(Object other) { in compareTo() argument
H A DStringSegment.java142 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 DTimeZoneAdapter.java79 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 DLocaleExtensions.java217 public boolean equals(Object other) { in equals() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLocalizedNumberFormatterAsFormat.java102 public boolean equals(Object other) { in equals() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DParsedNumber.java84 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 DFormattedNumberRange.java178 public boolean equals(Object other) { in equals() argument

Completed in 18 milliseconds

1...<<11121314151617181920>>...63