Home
last modified time | relevance | path

Searched defs:that (Results 26 - 50 of 283) sorted by relevance

12345678910>>...12

/third_party/spirv-tools/test/util/
H A Dilist_test.cpp37 TestList(TestList&& that) : IntrusiveList<TestNode>(std::move(that)) {} in TestList() argument
38 TestList& operator=(TestList&& that) { in operator =() argument
/third_party/gn/src/base/mac/
H A Dscoped_typeref.h64 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) : object_(that.object_) { in ScopedTypeRef() argument
77 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() argument
86 ScopedTypeRef& operator=(const ScopedTypeRef<T, Traits>& that) { in operator =() argument
117 swap(ScopedTypeRef& that) swap() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dschriter.cpp62 StringCharacterIterator::StringCharacterIterator(const StringCharacterIterator& that) in StringCharacterIterator() argument
74 StringCharacterIterator::operator=(const StringCharacterIterator& that) { in operator =() argument
[all...]
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.hh60 vec(vec<T>&& that) : vec(that.size_, that.data_.release()) {} in vec() argument
92 void reset(vec& that) { in reset() argument
99 reset(that); variable
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dschriter.cpp62 StringCharacterIterator::StringCharacterIterator(const StringCharacterIterator& that) in StringCharacterIterator() argument
74 StringCharacterIterator::operator=(const StringCharacterIterator& that) { in operator =() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DMultiValue.java92 public final int compareTo(M that) { in compareTo() argument
/third_party/skia/src/gpu/
H A DGrGpuResourcePriv.h80 ResourcePriv(const ResourcePriv& that) : fResource(that.fResource) {} in ResourcePriv() argument
H A DGrGpuResourceCacheAccess.h91 CacheAccess(const CacheAccess& that) : fResource(that.fResource) {} in CacheAccess() argument
H A DGrRefCnt.h49 gr_sp(const gr_sp& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument
54 gr_sp(const gr_sp<U, URefBase, UUnrefBase, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument
56 gr_sp(const sk_sp<T>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument
64 gr_sp(gr_sp&& that) : fPtr(that argument
70 gr_sp(sk_sp<T>&& that) gr_sp() argument
95 operator =(const gr_sp& that) operator =() argument
107 operator =(const sk_sp<T>& that) operator =() argument
117 operator =(gr_sp&& that) operator =() argument
127 operator =(sk_sp<T>&& that) operator =() argument
[all...]
H A DGrStencilSettings.cpp56 void GrStencilSettings::reset(const GrStencilSettings& that) { in reset() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrModulateAtlasCoverageEffect.cpp29 GrModulateAtlasCoverageEffect( const GrModulateAtlasCoverageEffect& that) GrModulateAtlasCoverageEffect() argument
H A DGrMatrixConvolutionEffect.h61 KernelWrapper(const KernelWrapper& that) : fSize(that.fSize) { in KernelWrapper() argument
/third_party/skia/src/gpu/gl/
H A DGrGLTypesPriv.cpp58 void GrGLBackendTextureInfo::assign(const GrGLBackendTextureInfo& that, bool thisIsValid) { in assign() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dschriter.cpp62 StringCharacterIterator::StringCharacterIterator(const StringCharacterIterator& that) in StringCharacterIterator() argument
74 StringCharacterIterator::operator=(const StringCharacterIterator& that) { in operator =() argument
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCollatorICU.java60 public boolean equals(Object that) { in equals() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DDecompTable.java68 public int compareTo(DecompEntry that) in compareTo() argument
/third_party/icu/icu4c/source/i18n/
H A Dformat.cpp87 Format::Format(const Format &that) in Format() argument
97 Format::operator=(const Format& that) in operator =() argument
[all...]
H A Dstsearch.cpp141 StringSearch::StringSearch(const StringSearch &that) : in StringSearch() argument
185 StringSearch & StringSearch::operator=(const StringSearch &that) in operator =() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dnormlzr.h744 Normalizer &operator=(const Normalizer &that) = delete; // assignment operator not implemented global() member in Normalizer
[all...]
/third_party/node/src/
H A Daliased_buffer.h74 Reference(const Reference& that) in Reference() argument
/third_party/node/deps/icu-small/source/common/unicode/
H A Dnormlzr.h744 Normalizer &operator=(const Normalizer &that) = delete; // assignment operator not implemented global() member in Normalizer
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dstsearch.cpp141 StringSearch::StringSearch(const StringSearch &that) : in StringSearch() argument
185 StringSearch & StringSearch::operator=(const StringSearch &that) in operator =() argument
[all...]
H A Dformat.cpp87 Format::Format(const Format &that) in Format() argument
97 Format::operator=(const Format& that) in operator =() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h120 V8_INLINE IndirectHandleBase& operator=(const IndirectHandleBase& that) = member in v8::IndirectHandleBase
168 V8_INLINE DirectHandleBase& operator=(const DirectHandleBase& that) = default; member in v8::DirectHandleBase
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist_node.h132 IntrusiveNodeBase(IntrusiveNodeBase&& that) IntrusiveNodeBase() argument
149 operator =( IntrusiveNodeBase&& that) operator =() argument
[all...]

Completed in 12 milliseconds

12345678910>>...12