HomeSort by relevance Sort by last modified time
    Searched defs:Clone (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/pdfium/xfa/fwl/
cfwl_message.cpp 22 std::unique_ptr<CFWL_Message> CFWL_Message::Clone() {
cfwl_messagekey.cpp 19 std::unique_ptr<CFWL_Message> CFWL_MessageKey::Clone() {
cfwl_messagekillfocus.cpp 22 std::unique_ptr<CFWL_Message> CFWL_MessageKillFocus::Clone() {
cfwl_messagemousewheel.cpp 22 std::unique_ptr<CFWL_Message> CFWL_MessageMouseWheel::Clone() {
cfwl_messagesetfocus.cpp 19 std::unique_ptr<CFWL_Message> CFWL_MessageSetFocus::Clone() {
cfwl_messagemouse.cpp 21 std::unique_ptr<CFWL_Message> CFWL_MessageMouse::Clone() {
  /external/pdfium/core/fpdfapi/parser/
cpdf_null.cpp 17 std::unique_ptr<CPDF_Object> CPDF_Null::Clone() const {
cpdf_boolean.cpp 21 std::unique_ptr<CPDF_Object> CPDF_Boolean::Clone() const {
cpdf_name.cpp 25 std::unique_ptr<CPDF_Object> CPDF_Name::Clone() const {
cpdf_number.cpp 26 std::unique_ptr<CPDF_Object> CPDF_Number::Clone() const {
cpdf_string.cpp 37 std::unique_ptr<CPDF_Object> CPDF_String::Clone() const {
  /external/pdfium/core/fxcrt/xml/
cfx_xmlchardata.cpp 20 std::unique_ptr<CFX_XMLNode> CFX_XMLCharData::Clone() {
cfx_xmltext.cpp 20 std::unique_ptr<CFX_XMLNode> CFX_XMLText::Clone() {
cfx_xmlinstruction.cpp 24 std::unique_ptr<CFX_XMLNode> CFX_XMLInstruction::Clone() {
  /external/golang-protobuf/proto/
clone.go 43 // Clone returns a deep copy of a protocol buffer.
44 func Clone(pb Message) Message {
115 out.Set(reflect.ValueOf(Clone(in.Interface().(Message))))
  /external/libmojo/mojo/public/cpp/bindings/
clone_traits.h 20 static char Test(decltype(&U::Clone));
33 T Clone(const T& input);
37 static T Clone(const T& input) { return input.Clone(); }
42 static T Clone(const T& input) { return input; }
47 static base::Optional<T> Clone(const base::Optional<T>& input) {
51 return base::Optional<T>(mojo::Clone(*input));
57 static std::vector<T> Clone(const std::vector<T>& input) {
61 result.push_back(mojo::Clone(element));
69 static std::unordered_map<K, V> Clone(const std::unordered_map<K, V>& input)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
native_struct.cc 20 NativeStructPtr NativeStruct::Clone() const {
wtf_clone_equals_util.h 21 static WTF::Vector<T> Clone(const WTF::Vector<T>& input) {
25 result.push_back(mojo::Clone(element));
33 static WTF::HashMap<K, V> Clone(const WTF::HashMap<K, V>& input) {
37 result.add(mojo::Clone(it->key), mojo::Clone(it->value));
  /frameworks/base/media/mca/filterfw/native/core/
native_frame.cpp 45 NativeFrame* NativeFrame::Clone() const {
  /external/dng_sdk/source/
dng_memory.cpp 126 dng_memory_block * dng_memory_block::Clone (dng_memory_allocator &allocator) const
dng_simple_image.cpp 57 dng_image * dng_simple_image::Clone () const
  /external/libbrillo/brillo/errors/
error.cc 73 ErrorPtr Error::Clone() const {
74 ErrorPtr inner_error = inner_error_ ? inner_error_->Clone() : nullptr;
  /external/libmojo/mojo/public/cpp/system/
buffer.cc 18 ScopedSharedBufferHandle SharedBufferHandle::Clone(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetafile.h 212 virtual Metafile* Clone() const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspenum.h 21 STDMETHOD(Clone)(Base **ppEnum) {
23 return BaseClass::Clone(ppEnum);

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 910