/third_party/typescript/tests/cases/compiler/ |
D | emitClassMergedWithConstNamespaceNotElided.ts | 3 export namespace Clone { namespace 12 export class Clone { class 18 Clone.clone("ok"); method in Clone
|
D | genericConstraintOnExtendedBuiltinTypes2.ts | 3 Clone(): any; method
|
D | genericConstraintOnExtendedBuiltinTypes.ts | 3 Clone(): any; method
|
/third_party/skia/third_party/externals/tint/src/ |
D | clone_context.cc | 46 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
|
D | clone_context.h | 100 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/ |
D | abstract_value.h | 122 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 …]
|
D | dshape.h | 79 …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/ |
D | cell.h | 45 …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/ |
D | cell.h | 46 …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/ |
D | IDeepCloneable.cs | 52 T Clone(); in Clone() method
|
/third_party/typescript/tests/baselines/reference/ |
D | emitClassMergedWithConstNamespaceNotElided.js | 13 export class Clone { class
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 300 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 …]
|
D | UnittestIssues.cs | 134 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/ |
D | disable_validation_decoration.cc | 50 const DisableValidationDecoration* DisableValidationDecoration::Clone( in Clone() function in tint::ast::DisableValidationDecoration
|
D | discard_statement.cc | 31 const DiscardStatement* DiscardStatement::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::DiscardStatement
|
D | phony_expression.cc | 31 const PhonyExpression* PhonyExpression::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::PhonyExpression
|
D | fallthrough_statement.cc | 31 const FallthroughStatement* FallthroughStatement::Clone( in Clone() function in tint::ast::FallthroughStatement
|
D | break_statement.cc | 31 const BreakStatement* BreakStatement::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::BreakStatement
|
D | continue_statement.cc | 31 const ContinueStatement* ContinueStatement::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::ContinueStatement
|
D | invariant_decoration.cc | 33 const InvariantDecoration* InvariantDecoration::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::InvariantDecoration
|
D | external_texture.cc | 36 const ExternalTexture* ExternalTexture::Clone(CloneContext* ctx) const { in Clone() function in tint::ast::ExternalTexture
|
D | float_literal_expression.cc | 33 const FloatLiteralExpression* FloatLiteralExpression::Clone( in Clone() function in tint::ast::FloatLiteralExpression
|
D | struct_block_decoration.cc | 35 const StructBlockDecoration* StructBlockDecoration::Clone( in Clone() function in tint::ast::StructBlockDecoration
|
D | bool_literal_expression.cc | 31 const BoolLiteralExpression* BoolLiteralExpression::Clone( in Clone() function in tint::ast::BoolLiteralExpression
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 94 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
|