/external/sfntly/cpp/src/sfntly/data/ |
D | growable_memory_byte_array.h | 34 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
|
D | memory_byte_array.h | 46 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
|
D | byte_array.cc | 97 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
|
D | growable_memory_byte_array.cc | 34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::GrowableMemoryByteArray
|
D | readable_font_data.cc | 212 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
|
D | memory_byte_array.cc | 36 int32_t MemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::MemoryByteArray
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | StreamExtensions.cs | 51 public static void CopyTo(this Stream source, Stream destination) in CopyTo() method in Google.Protobuf.Compatibility.StreamExtensions
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 257 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/webrtc/rtc_base/ |
D | crypt_string.h | 46 void CopyTo(char* dest, bool nullterminate) const { in CopyTo() function
|
D | crypt_string.cc | 19 void EmptyCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo() function in rtc::EmptyCryptStringImpl
|
/external/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 42 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
|
D | bytestream_unittest.cc | 64 TEST(ByteSourceTest, CopyTo) { in TEST() argument
|
/external/webrtc/modules/audio_processing/ |
D | audio_buffer.cc | 166 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo() function in webrtc::AudioBuffer 191 void AudioBuffer::CopyTo(AudioBuffer* buffer) const { in CopyTo() function in webrtc::AudioBuffer 305 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo() function in webrtc::AudioBuffer
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | MetadataTest.cs | 181 public void CopyTo() in CopyTo() method in Grpc.Core.Tests.MetadataTest
|
/external/webrtc/test/fuzzers/ |
D | fuzz_data_helper.h | 85 void CopyTo(T* object) { in CopyTo() function
|
D | rtp_frame_reference_finder_fuzzer.cc | 27 void CopyTo(T* object) { in CopyTo() function in webrtc::__anoncef0e0230111::DataReader
|
D | frame_buffer2_fuzzer.cc | 24 void CopyTo(void* destination, size_t dest_size) { in CopyTo() function
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 115 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/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 304 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo() method in Google.Protobuf.Collections.MapField 723 public void CopyTo(T[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.Collections.MapField.MapView 754 public void CopyTo(Array array, int index) in CopyTo() method in Google.Protobuf.Collections.MapField.MapView
|
D | ReadOnlyDictionary.cs | 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionRegistry.cs | 119 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.ExtensionRegistry
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 161 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/libbrillo/brillo/ |
D | any_internal_impl.h | 323 void CopyTo(Buffer* destination) const { in CopyTo() function 362 void TypedData<T>::CopyTo(Buffer* buffer) const { in CopyTo() function
|
/external/webrtc/modules/audio_coding/neteq/ |
D | audio_vector.cc | 40 void AudioVector::CopyTo(AudioVector* copy_to) const { in CopyTo() function in webrtc::AudioVector 48 void AudioVector::CopyTo(size_t length, in CopyTo() function in webrtc::AudioVector
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 254 public void CopyTo() in CopyTo() method in Google.Protobuf.Collections.RepeatedFieldTest
|