| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_fluent.cpp | 364 LocalPointer<Derived> NumberFormatterSettings<Derived>::clone() const & { in clone() function in NumberFormatterSettings 369 LocalPointer<Derived> NumberFormatterSettings<Derived>::clone() && { in clone() function in NumberFormatterSettings
|
| H A D | plurfmt.cpp | 366 PluralFormat::clone() const in clone() function in PluralFormat
|
| H A D | reldtfmt.cpp | 134 RelativeDateFormat* RelativeDateFormat::clone() const { in clone() function in RelativeDateFormat
|
| H A D | tznames.cpp | 237 TimeZoneNamesDelegate::clone() const { in clone() function in TimeZoneNamesDelegate
|
| H A D | windtfmt.cpp | 217 Win32DateFormat *Win32DateFormat::clone() const in clone() function in Win32DateFormat
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.cpp | 891 TiXmlElement* clone = new TiXmlElement( Value() ); in Clone() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | ilist.h | 258 template <class Cloner> void cloneFrom(const iplist_impl &L2, Cloner clone) { in cloneFrom() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ilist.h | 243 template <class Cloner> void cloneFrom(const iplist_impl &L2, Cloner clone) { in cloneFrom() argument
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | AbstractMessageTest.java | 136 public Builder clone() { in clone() method in AbstractMessageTest.AbstractMessageWrapper.Builder
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnknownFieldSet.java | 355 public Builder clone() { in clone() method in UnknownFieldSet.Builder 898 public Builder clone() { in clone() method in UnknownFieldSet.Field.Builder [all...] |
| /third_party/rust/crates/once_cell/src/ |
| H A D | lib.rs | 412 fn clone(&self) -> OnceCell<T> { in clone() functions 884 fn clone(&self) -> OnceCell<T> { in clone() functions
|
| /third_party/rust/crates/once_cell/tests/ |
| H A D | it.rs | 60 fn clone() { in clone() functions 334 fn clone() { in clone() functions
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | rsa.rs | 78 fn clone(&self) -> Rsa<T> { in clone() functions 842 fn clone() { in clone() functions
|
| /third_party/rust/crates/syn/src/ |
| H A D | error.rs | 379 fn clone(&self) -> Self { in clone() functions 387 fn clone(&self) -> Self { in clone() functions 396 fn clone(&self) -> Self { in clone() functions
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | basicblock.cpp | 707 BasicBlock *clone = nullptr; in Clone() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | inst.cpp | 542 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local 560 auto clone = static_cast<FixedInputsInst *>(Inst::Clone(targetGraph)); in Clone() local 591 auto clone = Inst::Clone(targetGraph)->CastToCallIndirect(); Clone() local 644 auto clone = FixedInputsInst::Clone(targetGraph)->CastToParameter(); Clone() local 652 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); Clone() local 665 auto clone = static_cast<BinaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); Clone() local 673 auto clone = static_cast<UnaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); Clone() local 734 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); Clone() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | lowering_test.cpp | 1169 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); in TEST_F() local 1321 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); in TEST_F() local 1495 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); in TEST_F() local 1607 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); in TEST_F() local 1745 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); in TestCommutativeBinaryOpWithShiftedOperandWithIncompatibleInstructionTypes() local 1899 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); TEST_F() local 2017 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); TestNonCommutativeBinaryOpWithShiftedOperandWithIncompatibleInstructionTypes() local 2126 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); TestBitwiseInstructionsWithInvertedShiftedOperandWithIncompatibleInstructionTypes() local 2235 auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); TEST_F() local 2285 auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).CloneGraph(); TEST_F() local 2287 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), clone)); TEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | material_impl.cpp | 38 BindMetaProperty( PropertyHandlerArrayHolder& handler, META_NS::IProperty::Ptr& clone, META_NS::IProperty::Ptr& prop) BindMetaProperty() argument 44 BindMetaProperty( PropertyHandlerArrayHolder& handler, META_NS::IProperty::Ptr& clone, META_NS::IProperty::Ptr& prop) BindMetaProperty() argument
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | ui_driver.cpp | 188 auto clone = from.Clone(from.GetHierarchy()); in CloneFreeWidget() local 411 auto clone = make_unique<Window>(0); in FindWindow() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_afir.c | 398 AVFrame *clone; in activate() local
|
| H A D | avf_avectorscope.c | 258 AVFrame *clone; in filter_frame() local
|
| H A D | vf_histogram.c | 610 AVFrame *clone = av_frame_clone(out); in filter_frame() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | OlsonTimeZone.java | 258 public Object clone() { in clone() method in OlsonTimeZone
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateIntervalInfo.java | 939 public Object clone() in clone() method in DateIntervalInfo
|
| H A D | RuleBasedNumberFormat.java | 900 public Object clone() { in clone() method in RuleBasedNumberFormat
|