Home
last modified time | relevance | path

Searched defs:Clone (Results 1 – 25 of 206) sorted by relevance

123456789

/third_party/typescript/tests/cases/compiler/
DemitClassMergedWithConstNamespaceNotElided.ts3 export namespace Clone { namespace
12 export class Clone { class
18 Clone.clone("ok"); method in Clone
DgenericConstraintOnExtendedBuiltinTypes2.ts3 Clone(): any; method
DgenericConstraintOnExtendedBuiltinTypes.ts3 Clone(): any; method
/third_party/skia/third_party/externals/tint/src/
Dclone_context.cc46 Symbol CloneContext::Clone(Symbol s) { in Clone() function in tint::CloneContext
58 void CloneContext::Clone() { in Clone() function in tint::CloneContext
63 ast::FunctionList CloneContext::Clone(const ast::FunctionList& v) { in Clone() function in tint::CloneContext
Dclone_context.h100 const T* Clone(const T* object) { in Clone() function
142 Source Clone(const Source& s) const { return s; } in Clone() function
160 std::vector<T> Clone(const std::vector<T>& v) { in Clone() function
178 std::vector<T*> Clone(const std::vector<T*>& v) { in Clone() function
193 void Clone(std::vector<T*>& to, const std::vector<T*>& from) { in Clone() function
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h122 AbstractBasePtr Clone() const override { in Clone() function
162 AbstractBasePtr Clone() const override { in Clone() function
185 AbstractBasePtr Clone() const override { in Clone() function
214 AbstractBasePtr Clone() const override { return Copy(); } in Clone() function
304 AbstractBasePtr Clone() const override { return std::make_shared<AbstractUndetermined>(); } in Clone() function
404 …AbstractBasePtr Clone() const override { return std::make_shared<AbstractTuple>(ElementsClone()); } in Clone() function
433 AbstractBasePtr Clone() const override { return std::make_shared<AbstractList>(ElementsClone()); } in Clone() function
543 …AbstractBasePtr Clone() const override { return std::make_shared<AbstractJTagged>(element_->Clone(… in Clone() function
567 AbstractBasePtr Clone() const override { return std::make_shared<AbstractNone>(); } in Clone() function
585 AbstractBasePtr Clone() const override { return std::make_shared<AbstractNull>(); } in Clone() function
[all …]
Ddshape.h79 …BaseShapePtr Clone() const override { return std::make_shared<Shape>(shape_, min_shape_, max_shape… in Clone() function
131 BaseShapePtr Clone() const override { return std::make_shared<TupleShape>(ElementsClone()); } in Clone() function
146 …BaseShapePtr Clone() const override { return std::make_shared<ListShape>(SequeueShape::ElementsClo… in Clone() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcell.h45 …std::shared_ptr<CellBase> Clone() const override { return std::make_shared<T>(static_cast<const T … in Clone() function
86 …std::shared_ptr<CellBase> Clone() const override { return std::make_shared<T>(static_cast<const T … in Clone() function
/third_party/mindspore/include/api/
Dcell.h46 …std::shared_ptr<CellBase> Clone() const override { return std::make_shared<T>(static_cast<const T … in Clone() function
87 …std::shared_ptr<CellBase> Clone() const override { return std::make_shared<T>(static_cast<const T … in Clone() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DIDeepCloneable.cs52 T Clone(); in Clone() method
/third_party/typescript/tests/baselines/reference/
DemitClassMergedWithConstNamespaceNotElided.js13 export class Clone { class
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs300 public TestMessageWithCustomOptions Clone() { in Clone() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
546 public CustomOptionFooRequest Clone() { in Clone() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
682 public CustomOptionFooResponse Clone() { in Clone() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
818 public CustomOptionFooClientMessage Clone() { in Clone() method in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
954 public CustomOptionFooServerMessage Clone() { in Clone() method in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
1090 public DummyMessageContainingEnum Clone() { in Clone() method in UnitTest.Issues.TestProtos.DummyMessageContainingEnum
1239 public DummyMessageInvalidAsOptionType Clone() { in Clone() method in UnitTest.Issues.TestProtos.DummyMessageInvalidAsOptionType
1375 public CustomOptionMinIntegerValues Clone() { in Clone() method in UnitTest.Issues.TestProtos.CustomOptionMinIntegerValues
1511 public CustomOptionMaxIntegerValues Clone() { in Clone() method in UnitTest.Issues.TestProtos.CustomOptionMaxIntegerValues
1647 public CustomOptionOtherValues Clone() { in Clone() method in UnitTest.Issues.TestProtos.CustomOptionOtherValues
[all …]
DUnittestIssues.cs134 public Issue307 Clone() { in Clone() method in UnitTest.Issues.TestProtos.Issue307
272 public NestedOnce Clone() { in Clone() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
410 public NestedTwice Clone() { in Clone() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
559 public NegativeEnumMessage Clone() { in Clone() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
782 public DeprecatedChild Clone() { in Clone() method in UnitTest.Issues.TestProtos.DeprecatedChild
924 public DeprecatedFieldsMessage Clone() { in Clone() method in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
1260 public ItemField Clone() { in Clone() method in UnitTest.Issues.TestProtos.ItemField
1433 public ReservedNames Clone() { in Clone() method in UnitTest.Issues.TestProtos.ReservedNames
1644 public SomeNestedType Clone() { in Clone() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1817 public TestJsonFieldOrdering Clone() { in Clone() method in UnitTest.Issues.TestProtos.TestJsonFieldOrdering
[all …]
/third_party/skia/third_party/externals/tint/src/ast/
Ddisable_validation_decoration.cc50 const DisableValidationDecoration* DisableValidationDecoration::Clone( in Clone() function in tint::ast::DisableValidationDecoration
Ddiscard_statement.cc31 const DiscardStatement* DiscardStatement::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::DiscardStatement
Dphony_expression.cc31 const PhonyExpression* PhonyExpression::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::PhonyExpression
Dfallthrough_statement.cc31 const FallthroughStatement* FallthroughStatement::Clone( in Clone() function in tint::ast::FallthroughStatement
Dbreak_statement.cc31 const BreakStatement* BreakStatement::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::BreakStatement
Dcontinue_statement.cc31 const ContinueStatement* ContinueStatement::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::ContinueStatement
Dinvariant_decoration.cc33 const InvariantDecoration* InvariantDecoration::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::InvariantDecoration
Dexternal_texture.cc36 const ExternalTexture* ExternalTexture::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::ExternalTexture
Dfloat_literal_expression.cc33 const FloatLiteralExpression* FloatLiteralExpression::Clone( in Clone() function in tint::ast::FloatLiteralExpression
Dstruct_block_decoration.cc35 const StructBlockDecoration* StructBlockDecoration::Clone( in Clone() function in tint::ast::StructBlockDecoration
Dbool_literal_expression.cc31 const BoolLiteralExpression* BoolLiteralExpression::Clone( in Clone() function in tint::ast::BoolLiteralExpression
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs94 public DoubleValue Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.DoubleValue
274 public FloatValue Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.FloatValue
454 public Int64Value Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.Int64Value
634 public UInt64Value Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.UInt64Value
814 public Int32Value Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.Int32Value
994 public UInt32Value Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.UInt32Value
1174 public BoolValue Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.BoolValue
1354 public StringValue Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.StringValue
1534 public BytesValue Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.BytesValue

123456789