Searched defs:Clone (Results 1 - 25 of 123) sorted by relevance

12345

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_null.cpp16 std::unique_ptr<CPDF_Object> CPDF_Null::Clone() const { function in class:CPDF_Null
H A Dcpdf_boolean.cpp20 std::unique_ptr<CPDF_Object> CPDF_Boolean::Clone() const { function in class:CPDF_Boolean
H A Dcpdf_name.cpp25 std::unique_ptr<CPDF_Object> CPDF_Name::Clone() const { function in class:CPDF_Name
H A Dcpdf_number.cpp25 std::unique_ptr<CPDF_Object> CPDF_Number::Clone() const { function in class:CPDF_Number
H A Dcpdf_string.cpp37 std::unique_ptr<CPDF_Object> CPDF_String::Clone() const { function in class:CPDF_String
H A Dcpdf_reference.cpp54 std::unique_ptr<CPDF_Object> CPDF_Reference::Clone() const { function in class:CPDF_Reference
H A Dcpdf_stream.cpp78 std::unique_ptr<CPDF_Object> CPDF_Stream::Clone() const { function in class:CPDF_Stream
/external/protobuf/csharp/src/Google.Protobuf/
H A DIDeepCloneable.cs45 /// <typeparam name="T">The type itself, returned by the <see cref="Clone"/> method.</typeparam>
52 T Clone(); method in interface:Google.Protobuf.IDeepCloneable
/external/pdfium/xfa/fwl/
H A Dcfwl_message.cpp22 std::unique_ptr<CFWL_Message> CFWL_Message::Clone() { function in class:CFWL_Message
H A Dcfwl_messagekey.cpp19 std::unique_ptr<CFWL_Message> CFWL_MessageKey::Clone() { function in class:CFWL_MessageKey
H A Dcfwl_messagekillfocus.cpp22 std::unique_ptr<CFWL_Message> CFWL_MessageKillFocus::Clone() { function in class:CFWL_MessageKillFocus
H A Dcfwl_messagemouse.cpp21 std::unique_ptr<CFWL_Message> CFWL_MessageMouse::Clone() { function in class:CFWL_MessageMouse
H A Dcfwl_messagemousewheel.cpp22 std::unique_ptr<CFWL_Message> CFWL_MessageMouseWheel::Clone() { function in class:CFWL_MessageMouseWheel
H A Dcfwl_messagesetfocus.cpp19 std::unique_ptr<CFWL_Message> CFWL_MessageSetFocus::Clone() { function in class:CFWL_MessageSetFocus
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dnative_struct.cc20 NativeStructPtr NativeStruct::Clone() const { function in class:mojo::NativeStruct
22 rv->data = data.Clone();
H A Dwtf_clone_equals_util.h21 static WTF::Vector<T> Clone(const WTF::Vector<T>& input) { function in struct:mojo::internal::CloneTraits
25 result.append(internal::Clone(element));
33 static WTF::HashMap<K, V> Clone(const WTF::HashMap<K, V>& input) { function in struct:mojo::internal::CloneTraits
37 result.add(internal::Clone(it->key), internal::Clone(it->value));
H A Dclone_equals_util.h21 static char Test(decltype(&U::Clone));
34 T Clone(const T& input);
38 static T Clone(const T& input) { return input.Clone(); } function in struct:mojo::internal::CloneTraits
43 static T Clone(const T& input) { return input; } function in struct:mojo::internal::CloneTraits
48 static base::Optional<T> Clone(const base::Optional<T>& input) { function in struct:mojo::internal::CloneTraits
52 return base::Optional<T>(internal::Clone(*input));
58 static std::vector<T> Clone(const std::vector<T>& input) { function in struct:mojo::internal::CloneTraits
62 result.push_back(internal::Clone(element));
70 static std::unordered_map<K, V> Clone(cons function in struct:mojo::internal::CloneTraits
81 T Clone(const T& input) { function in namespace:mojo::internal
[all...]
/external/libmojo/mojo/public/cpp/system/
H A Dbuffer.cc18 ScopedSharedBufferHandle SharedBufferHandle::Clone( function in class:mojo::SharedBufferHandle
/external/pdfium/xfa/fde/
H A Dcfx_chariter.cpp47 IFX_CharIter* CFX_CharIter::Clone() { function in class:CFX_CharIter
/external/dng_sdk/source/
H A Ddng_memory.cpp126 dng_memory_block * dng_memory_block::Clone (dng_memory_allocator &allocator) const function in class:dng_memory_block
H A Ddng_simple_image.cpp57 dng_image * dng_simple_image::Clone () const function in class:dng_simple_image
/external/libbrillo/brillo/errors/
H A Derror.cc73 ErrorPtr Error::Clone() const { function in class:Error
74 ErrorPtr inner_error = inner_error_ ? inner_error_->Clone() : nullptr;
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAny.cs125 public Any Clone() { method in class:Google.Protobuf.WellKnownTypes.Any
H A DDuration.cs108 public Duration Clone() { method in class:Google.Protobuf.WellKnownTypes.Duration
H A DEmpty.cs74 public Empty Clone() { method in class:Google.Protobuf.WellKnownTypes.Empty

Completed in 1686 milliseconds

12345