Searched defs:Clone (Results 1 - 25 of 101) sorted by last modified time

12345

/external/tinyxml/
H A Dtinyxml.cpp212 TiXmlNode* node = addThis.Clone();
225 TiXmlNode* node = addThis.Clone();
251 TiXmlNode* node = addThis.Clone();
277 TiXmlNode* node = withThis.Clone();
854 // Clone the attributes, then clone the children.
866 target->LinkEndChild( node->Clone() );
871 TiXmlNode* TiXmlElement::Clone() const function in class:TiXmlElement
1120 target->LinkEndChild( node->Clone() );
1125 TiXmlNode* TiXmlDocument::Clone() const function in class:TiXmlDocument
1314 TiXmlNode* TiXmlComment::Clone() cons function in class:TiXmlComment
1374 TiXmlNode* TiXmlText::Clone() const function in class:TiXmlText
1474 TiXmlNode* TiXmlDeclaration::Clone() const function in class:TiXmlDeclaration
1506 TiXmlNode* TiXmlUnknown::Clone() const function in class:TiXmlUnknown
[all...]
/external/skia/src/utils/win/
H A DSkIStream.cpp90 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **) function in class:SkBaseIStream
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp222 TiXmlNode* node = addThis.Clone();
242 TiXmlNode* node = addThis.Clone();
275 TiXmlNode* node = addThis.Clone();
312 TiXmlNode* node = withThis.Clone();
859 // Clone the attributes, then clone the children.
871 target->LinkEndChild( node->Clone() );
889 TiXmlNode* TiXmlElement::Clone() const function in class:TiXmlElement
1129 target->LinkEndChild( node->Clone() );
1134 TiXmlNode* TiXmlDocument::Clone() const
1320 TiXmlNode* TiXmlComment::Clone() cons
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2865 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2988 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3129 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3287 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3464 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3658 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3871 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4100 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4347 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
H A Dgtest-param-util.h102 virtual ParamIteratorInterface* Clone() const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
128 impl_.reset(other.impl_->Clone());
141 ParamIteratorInterface<T>* clone = impl_->Clone();
231 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
317 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h440 Vector* Clone() const { function in class:testing::internal::Vector
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp30 CPDF_PageObject* CPDF_PageObject::Clone() const function in class:CPDF_PageObject
669 m_pForm = pSrcObj->m_pForm->Clone();
980 CPDF_Form* CPDF_Form::Clone() const function in class:CPDF_Form
986 pClone->m_ObjectList.AddTail(pObj->Clone());
H A Dfpdf_page_image.cpp32 m_pImage = pSrcObj->m_pImage->Clone();
52 CPDF_Image* CPDF_Image::Clone() function in class:CPDF_Image
58 pImage->LoadImageF((CPDF_Stream*)((CPDF_Object*)m_pStream)->Clone(), m_bInline);
60 CPDF_Dictionary *pInlineDict = (CPDF_Dictionary*)m_pInlineDict->Clone(TRUE);
106 m_pInlineDict = (CPDF_Dictionary*)pDict->Clone();
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp257 CPDF_Object* CPDF_Object::Clone(FX_BOOL bDirect) const function in class:CPDF_Object
331 return Clone();
1084 CPDF_Stream* CPDF_Stream::Clone(FX_BOOL bDirect, FPDF_LPFCloneStreamCallback lpfCallback, FX_LPVOID pUserData) const function in class:CPDF_Stream
1086 CPDF_Dictionary *pCloneDict = (CPDF_Dictionary*)m_pDict->Clone(bDirect);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBitmap.h143 Image::Clone() function in class:Image
840 Bitmap::Clone( function in class:Bitmap
845 return Clone(rect.X, rect.Y, rect.Width, rect.Height, format);
849 Bitmap::Clone( function in class:Bitmap
885 Bitmap::Clone( function in class:Bitmap
890 return Clone(rect.X, rect.Y, rect.Width, rect.Height, format);
894 Bitmap::Clone( function in class:Bitmap
H A DGdiPlusBrush.h35 virtual Brush* Clone() const function in class:Brush
H A DGdiPlusFont.h180 Font::Clone() const function in class:Font
H A DGdiPlusFontFamily.h135 FontFamily::Clone() const function in class:FontFamily
H A DGdiPlusLineCaps.h138 CustomLineCap::Clone() const function in class:CustomLineCap
H A DGdiPlusMatrix.h81 Matrix *Clone() const function in class:Matrix
H A DGdiPlusPath.h69 GraphicsPath* Clone() const function in class:GraphicsPath
H A DGdiPlusPen.h27 // abstract Clone() can't be implemented here because it can't
55 Pen* Clone() const function in class:Pen
H A DGdiPlusRegion.h112 Region::Clone() const function in class:Region
H A DGdiPlusStringFormat.h55 StringFormat *Clone() const function in class:StringFormat
H A DGdiPlusTypes.h387 RectF* Clone() const function in class:RectF
590 Rect* Clone() const function in class:Rect
H A DGdiPlusimageAttributes.h56 ImageAttributes* Clone() const function in class:ImageAttributes
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp159 CFX_DIBitmap* CFX_DIBSource::Clone(const FX_RECT* pClip) const function in class:CFX_DIBSource
1503 m_pBitmap = pSrc->Clone();
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp422 CFX_DIBitmap* pCloned = pBitmap->Clone(pSrcRect);
1100 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **) function in class:GpStream
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2884 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3007 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3148 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3306 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3483 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3677 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3890 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4119 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4366 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
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

Completed in 7774 milliseconds

12345