Home
last modified time | relevance | path

Searched defs:CopyTo (Results 1 – 17 of 17) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dgrowable_memory_byte_array.h34 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() function
35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function
38 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() function
44 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); } in CopyTo() function
Dmemory_byte_array.h46 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() function
47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function
50 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() function
56 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); } in CopyTo() function
Dbyte_array.cc95 int32_t ByteArray::CopyTo(ByteArray* array) { in CopyTo() function in sfntly::ByteArray
99 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray
103 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, in CopyTo() function in sfntly::ByteArray
126 int32_t ByteArray::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ByteArray
130 int32_t ByteArray::CopyTo(OutputStream* os, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray
Dreadable_font_data.cc154 int32_t ReadableFontData::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ReadableFontData
158 int32_t ReadableFontData::CopyTo(WritableFontData* wfd) { in CopyTo() function in sfntly::ReadableFontData
165 int32_t ReadableFontData::CopyTo(ByteArray* ba) { in CopyTo() function in sfntly::ReadableFontData
Dgrowable_memory_byte_array.cc34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::GrowableMemoryByteArray
Dmemory_byte_array.cc36 int32_t MemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::MemoryByteArray
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs257 public void CopyTo(Array array, int index) in CopyTo() method in Antlr.Runtime.Collections.HashList.KeyCollection
328 public void CopyTo(Array array, int index) in CopyTo() method in Antlr.Runtime.Collections.HashList.ValueCollection
456 public void CopyTo(Array array, int index) in CopyTo() method in Antlr.Runtime.Collections.HashList
/external/tinyxml/
Dtinyxml.cpp169 void TiXmlNode::CopyTo( TiXmlNode* target ) const in CopyTo() function in TiXmlNode
848 void TiXmlElement::CopyTo( TiXmlElement* target ) const in CopyTo() function in TiXmlElement
1110 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const in CopyTo() function in TiXmlDocument
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const in CopyTo() function in TiXmlComment
1367 void TiXmlText::CopyTo( TiXmlText* target ) const in CopyTo() function in TiXmlText
1464 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const in CopyTo() function in TiXmlDeclaration
1500 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const in CopyTo() function in TiXmlUnknown
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs115 public void CopyTo( Array array, int index ) in CopyTo() method in Antlr.Runtime.JavaExtensions.SubList
356 public void CopyTo( T[] array, int arrayIndex ) in CopyTo() method in Antlr.Runtime.JavaExtensions.SubList
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp161 void TiXmlNode::CopyTo( TiXmlNode* target ) const in CopyTo() function in TiXmlNode
853 void TiXmlElement::CopyTo( TiXmlElement* target ) const in CopyTo() function in TiXmlElement
1115 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const in CopyTo() function in TiXmlDocument
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const in CopyTo() function in TiXmlComment
1353 void TiXmlText::CopyTo( TiXmlText* target ) const in CopyTo() function in TiXmlText
1440 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const in CopyTo() function in TiXmlDeclaration
1476 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const in CopyTo() function in TiXmlUnknown
/external/skia/src/utils/win/
DSkIStream.cpp68 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream* in CopyTo() function in SkBaseIStream
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1562 void FileDescriptor::CopyTo(FileDescriptorProto* proto) const { in CopyTo() function in google::protobuf::FileDescriptor
1602 void Descriptor::CopyTo(DescriptorProto* proto) const { in CopyTo() function in google::protobuf::Descriptor
1631 void FieldDescriptor::CopyTo(FieldDescriptorProto* proto) const { in CopyTo() function in google::protobuf::FieldDescriptor
1680 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo() function in google::protobuf::OneofDescriptor
1684 void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const { in CopyTo() function in google::protobuf::EnumDescriptor
1696 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { in CopyTo() function in google::protobuf::EnumValueDescriptor
1705 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo() function in google::protobuf::ServiceDescriptor
1717 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo() function in google::protobuf::MethodDescriptor
Ddescriptor_unittest.cc2186 TEST_P(AllowUnknownDependenciesTest, CopyTo) { in TEST_P() argument
/external/compiler-rt/lib/asan/
Dasan_allocator.cc216 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { in CopyTo() function in __asan::AllocatorOptions
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1072 …virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*, ULARGE_INTEGER, ULARGE_INTEGER*, ULARGE_INTEGER… in CopyTo() function in FX_FINAL
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1774 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurSDLoc(), in visitJumpTableHeader() local
1917 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurSDLoc(), in visitBitTestHeader() local
/external/v8/src/
Dobjects.cc7759 void FixedArray::CopyTo(int pos, FixedArray* dest, int dest_pos, int len) { in CopyTo() function in v8::internal::FixedArray