| /third_party/skia/third_party/externals/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
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| D | MapField.cs | 279 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo() method in Google.Protobuf.Collections.MapField 682 public void CopyTo(T[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.Collections.MapField.MapView 707 public void CopyTo(Array array, int index) in CopyTo() method in Google.Protobuf.Collections.MapField.MapView
|
| D | RepeatedField.cs | 342 public void CopyTo(T[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.Collections.RepeatedField
|
| /third_party/skia/third_party/externals/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
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ExtensionRegistry.cs | 111 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.ExtensionRegistry
|
| D | ByteString.cs | 388 public void CopyTo(byte[] array, int position) in CopyTo() method in Google.Protobuf.ByteString
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | ByteStringTest.cs | 142 public void CopyTo() in CopyTo() method in Google.Protobuf.ByteStringTest
|
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
| D | RepeatedFieldTest.cs | 231 public void CopyTo() in CopyTo() method in Google.Protobuf.Collections.RepeatedFieldTest
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
| D | RepeatedFieldTest.cs | 229 public void CopyTo() in CopyTo() method in Google.Protobuf.Collections.RepeatedFieldTest
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFObjectWriter.cpp | 526 unsigned CopyTo = 0; in sortRelocs() local
|
| /third_party/skia/m133/src/utils/win/ |
| D | SkIStream.cpp | 60 SK_STDMETHODIMP SkBaseIStream::CopyTo(IStream*, ULARGE_INTEGER, ULARGE_INTEGER*, ULARGE_INTEGER*) in CopyTo() function in SkBaseIStream
|
| /third_party/skia/src/utils/win/ |
| D | SkIStream.cpp | 60 SK_STDMETHODIMP SkBaseIStream::CopyTo(IStream*, ULARGE_INTEGER, ULARGE_INTEGER*, ULARGE_INTEGER*) in CopyTo() function in SkBaseIStream
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | buffer.cc | 79 Result Buffer::CopyTo(Buffer* buffer) const { in CopyTo() function in amber::Buffer
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | cord.h | 796 void CopyTo(std::string* dst) const { in CopyTo() function
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor.cc | 2654 void Descriptor::ExtensionRange::CopyTo( in CopyTo() function in google::protobuf::Descriptor::ExtensionRange 2875 void FileDescriptor::CopyTo(FileDescriptorProto* proto) const { in CopyTo() function in google::protobuf::FileDescriptor 2944 void Descriptor::CopyTo(DescriptorProto* proto) const { in CopyTo() function in google::protobuf::Descriptor 3004 void FieldDescriptor::CopyTo(FieldDescriptorProto* proto) const { in CopyTo() function in google::protobuf::FieldDescriptor 3082 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo() function in google::protobuf::OneofDescriptor 3090 void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const { in CopyTo() function in google::protobuf::EnumDescriptor 3111 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { in CopyTo() function in google::protobuf::EnumValueDescriptor 3121 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo() function in google::protobuf::ServiceDescriptor 3134 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo() function in google::protobuf::MethodDescriptor
|
| D | descriptor_unittest.cc | 3144 TEST_P(AllowUnknownDependenciesTest, CopyTo) { in TEST_P() argument
|
| /third_party/protobuf/third_party/abseil-cpp/absl/strings/ |
| D | cord.h | 979 void CopyTo(absl::Nonnull<std::string*> dst) const { in CopyTo() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64InstructionSelector.cpp | 3113 Register CopyTo = I.getOperand(0).getReg(); in selectUnmergeValues() local 3121 Register CopyTo = I.getOperand(LaneIdx).getReg(); in selectUnmergeValues() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 3213 SDValue CopyTo = in foldLoadStoreIntoMemOperand() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 2470 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader() local 2681 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, B.Reg, Sub); in visitBitTestHeader() local
|