Home
last modified time | relevance | path

Searched defs:that (Results 1 - 25 of 283) sorted by relevance

12345678910>>...12

/third_party/skia/src/gpu/
H A DGrBackendSurfaceMutableState.cpp12 GrBackendSurfaceMutableState::GrBackendSurfaceMutableState(const GrBackendSurfaceMutableState& that) in GrBackendSurfaceMutableState() argument
30 operator =( const GrBackendSurfaceMutableState& that) operator =() argument
[all...]
H A DGrBackendSemaphore.cpp38 GrBackendSemaphore::GrBackendSemaphore(const GrBackendSemaphore& that) { in GrBackendSemaphore() argument
43 GrBackendSemaphore& GrBackendSemaphore::operator=(const GrBackendSemaphore& that) { in operator =() argument
[all...]
H A DGrPaint.cpp14 GrPaint::GrPaint(const GrPaint& that) in GrPaint() argument
/third_party/node/src/
H A Daliased_struct-inl.h27 AliasedStruct<T>::AliasedStruct(const AliasedStruct& that) in AliasedStruct() argument
[all...]
/third_party/skia/src/core/
H A DSkScopeExit.h21 SkScopeExit(SkScopeExit&& that) : fFn(std::move(that.fFn)) {} in SkScopeExit() argument
31 SkScopeExit& operator=(SkScopeExit&& that) { in operator =() argument
/third_party/skia/include/gpu/gl/
H A DGrGLExtensions.h34 void swap(GrGLExtensions* that) { in swap() argument
/third_party/icu/icu4c/source/common/
H A Dchariter.cpp70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() argument
77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DResultSubjectFactory.java18 public ResultSubject createSubject(FailureMetadata failureMetadata, Result that) { in createSubject() argument
H A DRbValueSubjectFactory.java18 public RbValueSubject createSubject(FailureMetadata failureMetadata, RbValue that) { in createSubject() argument
H A DIcuDataSubjectFactory.java18 public IcuDataSubject createSubject(FailureMetadata failureMetadata, IcuData that) { in createSubject() argument
H A DRbPathSubjectFactory.java18 public RbPathSubject createSubject(FailureMetadata failureMetadata, RbPath that) { in createSubject() argument
/third_party/node/deps/icu-small/source/common/
H A Dchariter.cpp70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() argument
77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/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/skia/src/gpu/ops/
H A DSmallPathShapeData.h21 SmallPathShapeDataKey(const SmallPathShapeDataKey& that) { in SmallPathShapeDataKey() argument
H A DGrOp.cpp19 GrOp::CombineResult GrOp::combineIfPossible(GrOp* that, SkArenaAlloc* alloc, const GrCaps& caps) { in combineIfPossible() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixEffect.cpp64 const GrMatrixEffect& that = other.cast<GrMatrixEffect>(); in onIsEqual() local
/third_party/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp15 void GrVkBackendSurfaceInfo::assign(const GrVkBackendSurfaceInfo& that, bool isThisValid) { in assign() argument
/third_party/skia/third_party/externals/swiftshader/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/skia/third_party/externals/icu/source/common/
H A Dchariter.cpp70 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() argument
77 CharacterIterator::operator=(const CharacterIterator &that) { in operator =() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnoImplicitAnyIndexing.js
H A DnoImplicitAnyIndexingSuppressed.js
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtracked.h36 Tracked(const Tracked& that) in Tracked() argument
42 Tracked(Tracked&& that) in Tracked() argument
48 operator =(const Tracked& that) operator =() argument
54 operator =(Tracked&& that) operator =() argument
[all...]
/third_party/skia/modules/skplaintexteditor/include/
H A Dstringslice.h18 StringSlice(const StringSlice& that) : StringSlice(that.begin(), that.size()) {} in StringSlice() argument
/third_party/skia/modules/skplaintexteditor/src/
H A Dstringslice.cpp15 StringSlice::StringSlice(StringSlice&& that) in StringSlice() argument
24 StringSlice& StringSlice::operator=(StringSlice&& that) { in operator =() argument
32 operator =(const StringSlice& that) operator =() argument
[all...]
/third_party/skia/gm/
H A Ddestcolor.cpp43 explicit DestColorTestFP(const DestColorTestFP& that) in DestColorTestFP() argument

Completed in 10 milliseconds

12345678910>>...12