Home
last modified time | relevance | path

Searched defs:clone (Results 451 - 475 of 745) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_fluent.cpp364 LocalPointer<Derived> NumberFormatterSettings<Derived>::clone() const & { in clone() function in NumberFormatterSettings
369 LocalPointer<Derived> NumberFormatterSettings<Derived>::clone() && { in clone() function in NumberFormatterSettings
H A Dplurfmt.cpp366 PluralFormat::clone() const in clone() function in PluralFormat
H A Dreldtfmt.cpp134 RelativeDateFormat* RelativeDateFormat::clone() const { in clone() function in RelativeDateFormat
H A Dtznames.cpp237 TimeZoneNamesDelegate::clone() const { in clone() function in TimeZoneNamesDelegate
H A Dwindtfmt.cpp217 Win32DateFormat *Win32DateFormat::clone() const in clone() function in Win32DateFormat
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp891 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 Dilist.h258 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 Dilist.h243 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 DAbstractMessageTest.java136 public Builder clone() { in clone() method in AbstractMessageTest.AbstractMessageWrapper.Builder
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java355 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 Dlib.rs412 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 Dit.rs60 fn clone() { in clone() functions
334 fn clone() { in clone() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Drsa.rs78 fn clone(&self) -> Rsa<T> { in clone() functions
842 fn clone() { in clone() functions
/third_party/rust/crates/syn/src/
H A Derror.rs379 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 Dbasicblock.cpp707 BasicBlock *clone = nullptr; in Clone() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp542 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 Dlowering_test.cpp1169 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 Dmaterial_impl.cpp38 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 Dui_driver.cpp188 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 Daf_afir.c398 AVFrame *clone; in activate() local
H A Davf_avectorscope.c258 AVFrame *clone; in filter_frame() local
H A Dvf_histogram.c610 AVFrame *clone = av_frame_clone(out); in filter_frame() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java258 public Object clone() { in clone() method in OlsonTimeZone
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalInfo.java939 public Object clone() in clone() method in DateIntervalInfo
H A DRuleBasedNumberFormat.java900 public Object clone() { in clone() method in RuleBasedNumberFormat

Completed in 32 milliseconds

1...<<11121314151617181920>>...30