Home
last modified time | relevance | path

Searched defs:that (Results 251 - 275 of 306) sorted by relevance

1...<<111213

/third_party/skia/src/gpu/ops/
H A DDrawVerticesOp.cpp507 auto that = t->cast<DrawVerticesOpImpl>(); in onCombineIfPossible() local
[all...]
H A DOpsTask.cpp83 inline OpsTask::OpChain::List::List(List&& that) { *this = std::move(that); } in List() argument
85 inline OpsTask::OpChain::List& OpsTask::OpChain::List::operator=(List&& that) { in operator =() argument
330 prependChain(OpChain* that, const GrCaps& caps, SkArenaAlloc* opsTaskArena, GrAuditTrail* auditTrail) prependChain() argument
[all...]
H A DAAHairLinePathRenderer.cpp880 AAHairlineOp* that = t->cast<AAHairlineOp>(); variable
[all...]
H A DTextureOp.cpp979 auto that = t->cast<TextureOpImpl>(); global() variable
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp330 GrMorphologyEffect::GrMorphologyEffect(const GrMorphologyEffect& that) in GrMorphologyEffect() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.cpp127 Instruction::Instruction(Instruction&& that) in Instruction() argument
142 operator =(Instruction&& that) operator =() argument
[all...]
H A Doptimizer.cpp48 Optimizer::PassToken::PassToken(PassToken&& that) in PassToken() argument
51 Optimizer::PassToken& Optimizer::PassToken::operator=(PassToken&& that) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp127 Instruction::Instruction(Instruction&& that) in Instruction() argument
142 operator =(Instruction&& that) operator =() argument
[all...]
H A Doptimizer.cpp48 Optimizer::PassToken::PassToken(PassToken&& that) in PassToken() argument
51 Optimizer::PassToken& Optimizer::PassToken::operator=(PassToken&& that) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbtz.cpp534 const RuleBasedTimeZone& that = (const RuleBasedTimeZone&)other; in hasSameRules() local
[all...]
/third_party/skia/tests/
H A DProcessorTest.cpp123 explicit TestFP(const TestFP& that) : INHERITED(that) {} in TestFP() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp85 void APInt::initSlowCase(const APInt& that) { in initSlowCase() argument
[all...]
/third_party/toybox/toys/pending/
H A Dmke2fs.c300 static long check_treesize(struct dirtree *that, off_t *size) in check_treesize() argument
330 struct dirtree *current=tree, *that; check_treelinks() local
499 fill_inode(struct ext2_inode *in, struct dirtree *that) fill_inode() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp134 Instruction::Instruction(Instruction&& that) in Instruction() argument
149 operator =(Instruction&& that) operator =() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp155 GraphicsInterfaces (const GraphicsInterfaces& that) in GraphicsInterfaces() argument
[all...]
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp1971 transferCumulativeStrength(Line *previous, Line *that) transferCumulativeStrength() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java2781 compareTo(DateTimeMatcher that) compareTo() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp299 MessageFormat::MessageFormat(const MessageFormat& that) in MessageFormat() argument
373 MessageFormat::operator=(const MessageFormat& that) in operator =() argument
1315 copyObjects(const MessageFormat& that, UErrorCode& ec) copyObjects() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dunistr.cpp306 UnicodeString::UnicodeString(const UnicodeString& that) { in UnicodeString() argument
315 UnicodeString::UnicodeString(const UnicodeString& that, in UnicodeString() argument
321 UnicodeString::UnicodeString(const UnicodeString& that, in UnicodeString() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunistr.cpp306 UnicodeString::UnicodeString(const UnicodeString& that) { in UnicodeString() argument
315 UnicodeString::UnicodeString(const UnicodeString& that, in UnicodeString() argument
321 UnicodeString::UnicodeString(const UnicodeString& that, in UnicodeString() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp299 MessageFormat::MessageFormat(const MessageFormat& that) in MessageFormat() argument
373 MessageFormat::operator=(const MessageFormat& that) in operator =() argument
400 const MessageFormat& that = static_cast<const MessageFormat&>(rhs); operator ==() local
1316 copyObjects(const MessageFormat& that, UErrorCode& ec) copyObjects() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc894 void AccessorPair::CheckCast(Value* that) { in CheckCast() argument
901 void WasmValueObject::CheckCast(Value* that) { in CheckCast() argument
907 bool WasmValueObject::IsWasmValueObject(Local<Value> that) { in IsWasmValueObject() argument
1300 bool AccessorPair::IsAccessorPair(Local<Value> that) { in IsAccessorPair() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h400 TextNode(RegExpCharacterClass* that, bool read_backward, RegExpNode* on_success) TextNode() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3398 * then type that character. *Note* that all commit characters should have `length=1` and that superfluous global() type
[all...]
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp87 inline GrResourceCache::TextureAwaitingUnref::TextureAwaitingUnref(TextureAwaitingUnref&& that) { in TextureAwaitingUnref() argument
92 operator =( TextureAwaitingUnref&& that) operator =() argument
[all...]

Completed in 37 milliseconds

1...<<111213