Home
last modified time | relevance | path

Searched defs:clone (Results 301 - 325 of 889) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dselfmt.cpp154 SelectFormat* SelectFormat::clone() const in clone() function in SelectFormat
H A Dstrmatch.cpp61 StringMatcher* StringMatcher::clone() const { in clone() function in StringMatcher
H A Dstrrepl.cpp90 StringReplacer* StringReplacer::clone() const { in clone() function in StringReplacer
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp236 std::unique_ptr<Expression> BinaryExpression::clone() const { in clone() function in SkSL::BinaryExpression
H A DSkSLSwitchStatement.cpp24 std::unique_ptr<Statement> SwitchStatement::clone() const { in clone() function in SkSL::SwitchStatement
/third_party/skia/tests/
H A DHashTest.cpp77 SkTHashMap<int, double> clone = map; in DEF_TEST() local
170 SkTHashSet<SkString> clone in DEF_TEST() local
[all...]
/third_party/python/Lib/email/
H A Dgenerator.py121 def clone(self, fp): global() member in Generator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
H A DRemark.h100 Remark clone() const { return *this; } in clone() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp189 LocalPointer<Locale> clone; in add() local
H A Dresbund.cpp250 ResourceBundle::clone() const { in clone() function in ResourceBundle
H A Dunifiedcache.h161 virtual CacheKeyBase *clone() const { in clone() function in LocaleCacheKey
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessage.java138 Builder clone(); in clone() method
/third_party/rust/crates/syn/src/
H A Dext.rs131 fn clone(&self) -> Self { in clone() functions
/third_party/rust/crates/proc-macro2/src/
H A Drcvec.rs115 fn clone(&self) -> Self { in clone() functions
/third_party/spirv-tools/source/opt/
H A Dfunction.cpp26 Function* clone = in Clone() local
[all...]
/third_party/spirv-tools/test/opt/
H A Dtypes_test.cpp428 auto clone = t->Clone(); in TEST() local
/third_party/decimal.js/
H A Ddecimal.js4275 function clone(obj) { function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Djsval_layout_opaque_1_0.rs118 fn clone(&self) -> Self { in clone() functions
256 fn clone(&self) -> Self { in clone() functions
381 fn clone(&self) -> Self { in clone() functions
412 fn clone(&self) -> Self { in clone() functions
509 fn clone(&self) -> Self { in clone() functions
545 fn clone(&self) -> Self { in clone() functions
H A Dclass_with_inner_struct_1_0.rs32 fn clone(&self) -> Self { in clone() functions
101 fn clone(&self) -> Self { in clone() functions
138 fn clone(&self) -> Self { in clone() functions
175 fn clone(&self) -> Self { in clone() functions
213 fn clone(&self) -> Self { in clone() functions
265 fn clone(&self) -> Self { in clone() functions
291 fn clone(&self) -> Self { in clone() functions
381 fn clone(&self) -> Self { in clone() functions
430 fn clone( functions
470 fn clone(&self) -> Self { clone() functions
517 fn clone(&self) -> Self { clone() functions
543 fn clone(&self) -> Self { clone() functions
[all...]
H A Dtransform-op.rs32 fn clone(&self) -> Self { in clone() functions
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp329 bool clone = cloneArrayBufferSet_.find(ToUintPtr(object)) != cloneArrayBufferSet_.end(); in SerializeJSArrayBufferPrologue() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h226 auto clone = block->Clone(target_graph); in CloneBlocksAndInstructions() local
240 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions() argument
280 auto clone = GetClone(inst); SetCloneInputs() local
307 auto clone = GetClone(block); CloneEdges() local
[all...]
H A Dinst.cpp266 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local
287 auto clone = FixedInputsInst::Clone(targetGraph)->CastToSpillFill(); in Clone() local
296 auto clone = FixedInputsInst::Clone(targetGraph); Clone() local
304 auto clone = FixedInputsInst::Clone(targetGraph); Clone() local
311 auto clone = FixedInputsInst::Clone(targetGraph); Clone() local
364 auto clone = Inst::Clone(targetGraph)->CastToParameter(); Clone() local
372 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); Clone() local
440 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); Clone() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h183 auto clone = GetClone(block); in CloneEdges() local
219 auto clone = block->Clone(targetGraph); in CloneBlocksAndInstructions() local
242 auto clone = GetClone(inst); SetCloneInputs() local
323 CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *instCount) CloneInstructions() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.cpp295 ir::Expression *clone = nullptr; in ProcessGlobalFunctionDefinition() local

Completed in 19 milliseconds

1...<<11121314151617181920>>...36