Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/skia/gm/
H A Ddestcolor.cpp43 explicit DestColorTestFP(const DestColorTestFP& that) in DestColorTestFP() argument
/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
/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/
H A Dframe_collector_test.cpp260 auto& that = FrameCollector::GetInstance(); in HWTEST_F() local
278 auto& that = FrameCollector::GetInstance(); in HWTEST_F() local
[all...]
/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
/third_party/skia/src/gpu/effects/
H A DGrModulateAtlasCoverageEffect.cpp29 GrModulateAtlasCoverageEffect( const GrModulateAtlasCoverageEffect& that) GrModulateAtlasCoverageEffect() 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...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_ref.h70 JsiRef(const JsiRef<S>& that) : value_(T::Cast(that.Get())) in JsiRef() argument
99 static JsiRef<T> Cast(const JsiRef<S>& that) in Cast() argument
231 auto that = reinterpret_cast<JsiWeak<T>*>(ref); in Reset() local
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.h38 void* that = nullptr; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_overdraw_controller.cpp96 auto &that = *reinterpret_cast<RSOverdrawController *>(context); in SwitchFunction() local
113 auto &that = *reinterpret_cast<RSOverdrawController *>(context); in OnColorChange() local
[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

Completed in 14 milliseconds

12345678910>>...13