Searched defs:CopyTo (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_stack.h31 void CopyTo(uintptr_t *dst, size_t dst_size) { function in struct:__asan::AsanStackTrace
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs115 public void CopyTo( Array array, int index ) method in class:Antlr.Runtime.JavaExtensions.SubList
202 void ICollection.CopyTo( Array array, int index )
356 public void CopyTo( T[] array, int arrayIndex ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/webkit/Source/WebKit/win/
H A DMemoryStream.cpp182 HRESULT STDMETHODCALLTYPE MemoryStream::CopyTo( function in class:MemoryStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs257 public void CopyTo(Array array, int index) method in class:Antlr.Runtime.Collections.HashList.KeyCollection
328 public void CopyTo(Array array, int index) method in class:Antlr.Runtime.Collections.HashList.ValueCollection
456 public void CopyTo(Array array, int index) method in class:Antlr.Runtime.Collections.HashList
/external/chromium/third_party/libjingle/source/talk/base/
H A Dcryptstring.h43 virtual void CopyTo(char * dest, bool nullterminate) const = 0;
53 virtual void CopyTo(char * dest, bool nullterminate) const { function in class:talk_base::EmptyCryptStringImpl
69 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } function in class:talk_base::CryptString
114 password->CopyTo(storage_ + length_, true);
178 virtual void CopyTo(char * dest, bool nullterminate) const { function in class:talk_base::InsecureCryptStringImpl
/external/tinyxml/
H A Dtinyxml.cpp169 void TiXmlNode::CopyTo( TiXmlNode* target ) const function in class:TiXmlNode
633 copy.CopyTo( this );
640 base.CopyTo( this );
848 void TiXmlElement::CopyTo( TiXmlElement* target ) const function in class:TiXmlElement
851 TiXmlNode::CopyTo( target );
877 CopyTo( clone );
924 copy.CopyTo( this );
931 copy.CopyTo( this );
1110 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const
1112 TiXmlNode::CopyTo( targe
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const function in class:TiXmlComment
1367 void TiXmlText::CopyTo( TiXmlText* target ) const function in class:TiXmlText
1464 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const function in class:TiXmlDeclaration
1500 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const function in class:TiXmlUnknown
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1336 // CopyTo methods ====================================================
1338 void FileDescriptor::CopyTo(FileDescriptorProto* proto) const { function in class:google::protobuf::FileDescriptor
1347 message_type(i)->CopyTo(proto->add_message_type());
1350 enum_type(i)->CopyTo(proto->add_enum_type());
1353 service(i)->CopyTo(proto->add_service());
1356 extension(i)->CopyTo(proto->add_extension());
1364 void Descriptor::CopyTo(DescriptorProto* proto) const { function in class:google::protobuf::Descriptor
1368 field(i)->CopyTo(proto->add_field());
1371 nested_type(i)->CopyTo(proto->add_nested_type());
1374 enum_type(i)->CopyTo(prot
1390 void FieldDescriptor::CopyTo(FieldDescriptorProto* proto) const { function in class:google::protobuf::FieldDescriptor
1435 void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const { function in class:google::protobuf::EnumDescriptor
1447 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { function in class:google::protobuf::EnumValueDescriptor
1456 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { function in class:google::protobuf::ServiceDescriptor
1468 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { function in class:google::protobuf::MethodDescriptor
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1271 /// CopyTo/FromReg.
1667 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurDebugLoc(), local
1688 MVT::Other, CopyTo, CMP,
1734 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurDebugLoc(), local
1750 MVT::Other, CopyTo, RangeCmp,
1754 BrRange = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, CopyTo,
/external/v8/src/
H A Dobjects.cc5610 void FixedArray::CopyTo(int pos, FixedArray* dest, int dest_pos, int len) { function in class:v8::internal::FixedArray
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 279 milliseconds