Searched refs:Clone (Results 76 - 100 of 274) sorted by relevance

1234567891011

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dversioning_test_service.cc75 callback.Run(employees_[id]->employee.Clone(),
76 retrieve_finger_print ? employees_[id]->finger_print.Clone()
H A Dwtf_array_unittest.cc24 ARRAY_COMMON_TEST(WTFArray, Clone)
/external/mesa3d/src/mapi/glapi/
H A DSConscript9 env = env.Clone()
/external/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs122 return (byte[]) bytes.Clone();
153 return new ByteString((byte[]) bytes.Clone());
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMask.cs210 paths_ = other.paths_.Clone();
213 public FieldMask Clone() { method in class:Google.Protobuf.WellKnownTypes.FieldMask
H A DStruct.cs99 fields_ = other.fields_.Clone();
102 public Struct Clone() { method in class:Google.Protobuf.WellKnownTypes.Struct
219 StructValue = other.StructValue.Clone();
222 ListValue = other.ListValue.Clone();
228 public Value Clone() { method in class:Google.Protobuf.WellKnownTypes.Value
518 values_ = other.values_.Clone();
521 public ListValue Clone() { method in class:Google.Protobuf.WellKnownTypes.ListValue
H A DType.cs116 fields_ = other.fields_.Clone();
117 oneofs_ = other.oneofs_.Clone();
118 options_ = other.options_.Clone();
119 SourceContext = other.sourceContext_ != null ? other.SourceContext.Clone() : null;
123 public Type Clone() { method in class:Google.Protobuf.WellKnownTypes.Type
363 options_ = other.options_.Clone();
368 public Field Clone() { method in class:Google.Protobuf.WellKnownTypes.Field
841 enumvalue_ = other.enumvalue_.Clone();
842 options_ = other.options_.Clone();
843 SourceContext = other.sourceContext_ != null ? other.SourceContext.Clone()
847 public Enum Clone() { method in class:Google.Protobuf.WellKnownTypes.Enum
1064 public EnumValue Clone() { method in class:Google.Protobuf.WellKnownTypes.EnumValue
1225 public Option Clone() { method in class:Google.Protobuf.WellKnownTypes.Option
[all...]
H A DWrappers.cs82 public DoubleValue Clone() { method in class:Google.Protobuf.WellKnownTypes.DoubleValue
193 public FloatValue Clone() { method in class:Google.Protobuf.WellKnownTypes.FloatValue
304 public Int64Value Clone() { method in class:Google.Protobuf.WellKnownTypes.Int64Value
415 public UInt64Value Clone() { method in class:Google.Protobuf.WellKnownTypes.UInt64Value
526 public Int32Value Clone() { method in class:Google.Protobuf.WellKnownTypes.Int32Value
637 public UInt32Value Clone() { method in class:Google.Protobuf.WellKnownTypes.UInt32Value
748 public BoolValue Clone() { method in class:Google.Protobuf.WellKnownTypes.BoolValue
859 public StringValue Clone() { method in class:Google.Protobuf.WellKnownTypes.StringValue
970 public BytesValue Clone() { method in class:Google.Protobuf.WellKnownTypes.BytesValue
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs255 public ConformanceRequest Clone() { method in class:Conformance.ConformanceRequest
458 public ConformanceResponse Clone() { method in class:Conformance.ConformanceResponse
762 OptionalNestedMessage = other.optionalNestedMessage_ != null ? other.OptionalNestedMessage.Clone() : null;
763 OptionalForeignMessage = other.optionalForeignMessage_ != null ? other.OptionalForeignMessage.Clone() : null;
768 RecursiveMessage = other.recursiveMessage_ != null ? other.RecursiveMessage.Clone() : null;
769 repeatedInt32_ = other.repeatedInt32_.Clone();
770 repeatedInt64_ = other.repeatedInt64_.Clone();
771 repeatedUint32_ = other.repeatedUint32_.Clone();
772 repeatedUint64_ = other.repeatedUint64_.Clone();
773 repeatedSint32_ = other.repeatedSint32_.Clone();
868 public TestAllTypes Clone() { method in class:Conformance.TestAllTypes
3484 public NestedMessage Clone() { method in class:Conformance.TestAllTypes.Types.NestedMessage
3624 public ForeignMessage Clone() { method in class:Conformance.ForeignMessage
[all...]
/external/libchrome/crypto/
H A Dsecure_hash.cc48 std::unique_ptr<SecureHash> Clone() const override {
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp71 if (S_OK != StreamData->Clone(&EnumeratorClone))
H A DDIAEnumDebugStreams.cpp51 if (S_OK != Enumerator->Clone(&EnumeratorClone))
H A DDIAEnumSourceFiles.cpp48 if (S_OK != Enumerator->Clone(&EnumeratorClone))
H A DDIAEnumSymbols.cpp52 if (S_OK != Enumerator->Clone(&EnumeratorClone))
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.h38 std::unique_ptr<CPDF_TextObject> Clone() const;
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_number.cpp25 std::unique_ptr<CPDF_Object> CPDF_Number::Clone() const { function in class:CPDF_Number
H A Dcpdf_reference.cpp54 std::unique_ptr<CPDF_Object> CPDF_Reference::Clone() const { function in class:CPDF_Reference
H A Dcpdf_reference.h24 std::unique_ptr<CPDF_Object> Clone() const override;
H A Dcpdf_string.cpp37 std::unique_ptr<CPDF_Object> CPDF_String::Clone() const { function in class:CPDF_String
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs194 file_ = other.file_.Clone();
197 public FileDescriptorSet Clone() { method in class:Google.Protobuf.Reflection.FileDescriptorSet
294 dependency_ = other.dependency_.Clone();
295 publicDependency_ = other.publicDependency_.Clone();
296 weakDependency_ = other.weakDependency_.Clone();
297 messageType_ = other.messageType_.Clone();
298 enumType_ = other.enumType_.Clone();
299 service_ = other.service_.Clone();
300 extension_ = other.extension_.Clone();
301 Options = other.options_ != null ? other.Options.Clone()
306 public FileDescriptorProto Clone() { method in class:Google.Protobuf.Reflection.FileDescriptorProto
694 public DescriptorProto Clone() { method in class:Google.Protobuf.Reflection.DescriptorProto
980 public ExtensionRange Clone() { method in class:Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1115 public ReservedRange Clone() { method in class:Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1267 public FieldDescriptorProto Clone() { method in class:Google.Protobuf.Reflection.FieldDescriptorProto
1712 public OneofDescriptorProto Clone() { method in class:Google.Protobuf.Reflection.OneofDescriptorProto
1820 public EnumDescriptorProto Clone() { method in class:Google.Protobuf.Reflection.EnumDescriptorProto
1978 public EnumValueDescriptorProto Clone() { method in class:Google.Protobuf.Reflection.EnumValueDescriptorProto
2144 public ServiceDescriptorProto Clone() { method in class:Google.Protobuf.Reflection.ServiceDescriptorProto
2305 public MethodDescriptorProto Clone() { method in class:Google.Protobuf.Reflection.MethodDescriptorProto
2568 public FileOptions Clone() { method in class:Google.Protobuf.Reflection.FileOptions
3138 public MessageOptions Clone() { method in class:Google.Protobuf.Reflection.MessageOptions
3400 public FieldOptions Clone() { method in class:Google.Protobuf.Reflection.FieldOptions
3749 public EnumOptions Clone() { method in class:Google.Protobuf.Reflection.EnumOptions
3910 public EnumValueOptions Clone() { method in class:Google.Protobuf.Reflection.EnumValueOptions
4041 public ServiceOptions Clone() { method in class:Google.Protobuf.Reflection.ServiceOptions
4172 public MethodOptions Clone() { method in class:Google.Protobuf.Reflection.MethodOptions
4316 public UninterpretedOption Clone() { method in class:Google.Protobuf.Reflection.UninterpretedOption
4581 public NamePart Clone() { method in class:Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
4719 public SourceCodeInfo Clone() { method in class:Google.Protobuf.Reflection.SourceCodeInfo
4865 public Location Clone() { method in class:Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
5141 public GeneratedCodeInfo Clone() { method in class:Google.Protobuf.Reflection.GeneratedCodeInfo
5245 public Annotation Clone() { method in class:Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
[all...]
/external/pdfium/xfa/fde/xml/
H A Dfde_xml_imp.h48 virtual CFDE_XMLNode* Clone(bool bRecursive);
82 CFDE_XMLNode* Clone(bool bRecursive) override;
117 CFDE_XMLNode* Clone(bool bRecursive) override;
158 CFDE_XMLNode* Clone(bool bRecursive) override;
178 CFDE_XMLNode* Clone(bool bRecursive) override;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 ParamIteratorInterface<T> *Clone() const override {
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h82 virtual ParamIteratorInterface* Clone() const = 0;
105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
108 impl_.reset(other.impl_->Clone());
121 ParamIteratorInterface<T>* clone = impl_->Clone();
211 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
298 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator

Completed in 3789 milliseconds

1234567891011