Home
last modified time | relevance | path

Searched defs:CopyTo (Results 1 – 24 of 24) 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.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
/external/webrtc/webrtc/base/
Dcryptstring.cc19 void EmptyCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo() function in rtc::EmptyCryptStringImpl
53 void InsecureCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo() function in rtc::InsecureCryptStringImpl
Dcryptstring.h48 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } in CopyTo() function
/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/libbrillo/brillo/
Dany_internal_impl.h322 void CopyTo(Buffer* destination) const { in CopyTo() function
361 void TypedData<T>::CopyTo(Buffer* buffer) const { in CopyTo() function
/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/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_vector.cc40 void AudioVector::CopyTo(AudioVector* copy_to) const { in CopyTo() function in webrtc::AudioVector
Daudio_multi_vector.cc60 void AudioMultiVector::CopyTo(AudioMultiVector* copy_to) const { in CopyTo() function in webrtc::AudioMultiVector
/external/skia/src/utils/win/
DSkIStream.cpp70 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream* in CopyTo() function in SkBaseIStream
/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc150 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo() function in webrtc::AudioBuffer
/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/webrtc/webrtc/common_audio/
Dblocker_unittest.cc110 static void CopyTo(float* const* dst, in CopyTo() function in webrtc::BlockerTest
/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.cpp1333 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*, in CopyTo() function in GpStream
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1874 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader() local
2019 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, B.Reg, Sub); in visitBitTestHeader() local
/external/v8/src/
Dobjects.cc9806 void FixedArray::CopyTo(int pos, FixedArray* dest, int dest_pos, int len) { in CopyTo() function in v8::internal::FixedArray