Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/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.cc97 int32_t ByteArray::CopyTo(ByteArray* array) { in CopyTo() function in sfntly::ByteArray
101 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray
105 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, in CopyTo() function in sfntly::ByteArray
128 int32_t ByteArray::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ByteArray
132 int32_t ByteArray::CopyTo(OutputStream* os, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray
Dgrowable_memory_byte_array.cc34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::GrowableMemoryByteArray
Dreadable_font_data.cc212 int32_t ReadableFontData::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ReadableFontData
216 int32_t ReadableFontData::CopyTo(WritableFontData* wfd) { in CopyTo() function in sfntly::ReadableFontData
223 int32_t ReadableFontData::CopyTo(ByteArray* ba) { in CopyTo() function in sfntly::ReadableFontData
Dmemory_byte_array.cc36 int32_t MemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::MemoryByteArray
/third_party/skia/third_party/externals/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.cc97 int32_t ByteArray::CopyTo(ByteArray* array) { in CopyTo() function in sfntly::ByteArray
101 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray
105 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, in CopyTo() function in sfntly::ByteArray
128 int32_t ByteArray::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ByteArray
132 int32_t ByteArray::CopyTo(OutputStream* os, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray
Dgrowable_memory_byte_array.cc34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::GrowableMemoryByteArray
Dreadable_font_data.cc212 int32_t ReadableFontData::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ReadableFontData
216 int32_t ReadableFontData::CopyTo(WritableFontData* wfd) { in CopyTo() function in sfntly::ReadableFontData
223 int32_t ReadableFontData::CopyTo(ByteArray* ba) { in CopyTo() function in sfntly::ReadableFontData
Dmemory_byte_array.cc36 int32_t MemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::MemoryByteArray
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DStreamExtensions.cs51 public static void CopyTo(this Stream source, Stream destination) in CopyTo() method in Google.Protobuf.Compatibility.StreamExtensions
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc42 void ByteSource::CopyTo(ByteSink* sink, size_t n) { in CopyTo() function in google::protobuf::strings::ByteSource
190 void LimitByteSource::CopyTo(ByteSink *sink, size_t n) { in CopyTo() function in google::protobuf::strings::LimitByteSource
Dbytestream_unittest.cc64 TEST(ByteSourceTest, CopyTo) { in TEST() argument
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs206 public void CopyTo() in CopyTo() method in Grpc.Core.Tests.MetadataTest
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs306 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo() method in Google.Protobuf.Collections.MapField
793 public void CopyTo(T[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.Collections.MapField.MapView
824 public void CopyTo(Array array, int index) in CopyTo() method in Google.Protobuf.Collections.MapField.MapView
DReadOnlyDictionary.cs102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.Collections.ReadOnlyDictionary
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/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
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs134 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.ExtensionRegistry
DByteString.cs420 public void CopyTo(byte[] array, int position) in CopyTo() method in Google.Protobuf.ByteString
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs254 public void CopyTo() in CopyTo() method in Google.Protobuf.Collections.RepeatedFieldTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs255 public void CopyTo() in CopyTo() method in Google.Protobuf.Collections.RepeatedFieldTest
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMetadata.cs223 public void CopyTo(Metadata.Entry[] array, int arrayIndex) in CopyTo() method in Grpc.Core.Metadata

12