Searched refs:CopyTo (Results 1 – 14 of 14) sorted by relevance
/external/tinyxml/ |
D | tinyxml.cpp | 169 void TiXmlNode::CopyTo( TiXmlNode* target ) const in CopyTo() function in TiXmlNode 633 copy.CopyTo( this ); in TiXmlElement() 640 base.CopyTo( this ); in operator =() 848 void TiXmlElement::CopyTo( TiXmlElement* target ) const in CopyTo() function in TiXmlElement 851 TiXmlNode::CopyTo( target ); in CopyTo() 877 CopyTo( clone ); in Clone() 924 copy.CopyTo( this ); in TiXmlDocument() 931 copy.CopyTo( this ); in operator =() 1110 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const in CopyTo() function in TiXmlDocument 1112 TiXmlNode::CopyTo( target ); in CopyTo() [all …]
|
D | tinyxml.h | 660 void CopyTo( TiXmlNode* target ) const; 999 void CopyTo( TiXmlElement* target ) const; 1043 void CopyTo( TiXmlComment* target ) const; 1085 TiXmlText( const TiXmlText& copy ) : TiXmlNode( TiXmlNode::TEXT ) { copy.CopyTo( this ); } in TiXmlText() 1086 void operator=( const TiXmlText& base ) { base.CopyTo( this ); } 1101 void CopyTo( TiXmlText* target ) const; 1166 void CopyTo( TiXmlDeclaration* target ) const; 1194 …TiXmlUnknown( const TiXmlUnknown& copy ) : TiXmlNode( TiXmlNode::UNKNOWN ) { copy.CopyTo( this );… in TiXmlUnknown() 1195 void operator=( const TiXmlUnknown& copy ) { copy.CopyTo( this ); } 1205 void CopyTo( TiXmlUnknown* target ) const; [all …]
|
/external/webkit/V8Binding/v8/src/ |
D | register-allocator.h | 77 other.CopyTo(this); in Result() 83 other.CopyTo(this); 141 inline void CopyTo(Result* destination) const; 188 void CopyTo(RegisterFile* other) { in CopyTo() function 280 registers_.CopyTo(register_file); in SaveTo() 285 register_file->CopyTo(®isters_); in RestoreFrom()
|
D | jump-target.cc | 313 void BreakTarget::CopyTo(BreakTarget* destination) { in CopyTo() function in v8::internal::BreakTarget 357 shadowed->CopyTo(this); in ShadowTarget() 372 other_target_->CopyTo(&temp); in StopShadowing() 373 CopyTo(other_target_); in StopShadowing() 374 temp.CopyTo(this); in StopShadowing()
|
D | register-allocator-inl.h | 64 void Result::CopyTo(Result* destination) const { in CopyTo() function
|
D | jump-target.h | 201 void CopyTo(BreakTarget* destination);
|
D | codegen.cc | 116 saved_counts.CopyTo(non_frame_registers); in SetFrame()
|
D | bootstrapper.cc | 79 cache_->CopyTo(0, *new_array, 0, cache_->length()); in Add()
|
D | objects.h | 1769 void CopyTo(int pos, FixedArray* dest, int dest_pos, int len);
|
D | runtime.cc | 1336 parts_->CopyTo(0, *extended_array, 0, part_count_); in EnsureCapacity()
|
D | objects.cc | 3160 void FixedArray::CopyTo(int pos, FixedArray* dest, int dest_pos, int len) { in CopyTo() function in v8::internal::FixedArray
|
/external/webkit/WebKit/win/ |
D | MemoryStream.h | 71 virtual /* [local] */ HRESULT STDMETHODCALLTYPE CopyTo(
|
D | MemoryStream.cpp | 182 HRESULT STDMETHODCALLTYPE MemoryStream::CopyTo( in CopyTo() function in MemoryStream
|
D | ChangeLog-2009-06-16 | 21948 (MemoryStream::CopyTo):
|