| /third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
| H A D | StreamExtensions.cs | 51 public static void CopyTo(this Stream source, Stream destination) in CopyTo() method in Google.Protobuf.Compatibility.StreamExtensions
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | growable_memory_byte_array.cc | 34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::GrowableMemoryByteArray
|
| H A D | growable_memory_byte_array.h | 34 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() function in sfntly::GrowableMemoryByteArray 35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function in sfntly::GrowableMemoryByteArray 38 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() function in sfntly::GrowableMemoryByteArray 44 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); } in CopyTo() function in sfntly::GrowableMemoryByteArray
|
| H A D | memory_byte_array.cc | 36 int32_t MemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::MemoryByteArray
|
| H A D | memory_byte_array.h | 46 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() function in sfntly::MemoryByteArray 47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function in sfntly::MemoryByteArray 50 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() function in sfntly::MemoryByteArray 56 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); } in CopyTo() function in sfntly::MemoryByteArray
|
| H A 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
|
| H A 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
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| H A D | ReadOnlyDictionary.cs | 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)
in CopyTo() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
| H A D | RepeatedField.cs | 365 public void CopyTo(T[] array, int arrayIndex)
in CopyTo() method in Google.Protobuf.Collections.RepeatedField
|
| H A D | MapField.cs | 306 void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)
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
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ExtensionRegistry.cs | 134 void ICollection<Extension>.CopyTo(Extension[] array, int arrayIndex) in CopyTo() method in Google.Protobuf.ExtensionRegistry
|
| H A D | ByteString.cs | 420 public void CopyTo(byte[] array, int position)
in CopyTo() method in Google.Protobuf.ByteString
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-value.h | 146 void CopyTo(byte* to) const { in CopyTo() function in v8::internal::wasm::WasmValue
|
| /third_party/skia/src/utils/win/ |
| H A D | SkIStream.cpp | 60 SK_STDMETHODIMP SkBaseIStream::CopyTo(IStream*, ULARGE_INTEGER, ULARGE_INTEGER*, ULARGE_INTEGER*) in CopyTo() function in SkBaseIStream
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A 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
|
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
| H A D | RepeatedFieldTest.cs | 254 public void CopyTo() in CopyTo() method in Google.Protobuf.Collections.RepeatedFieldTest
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | buffer.cc | 79 Result Buffer::CopyTo(Buffer* buffer) const { in CopyTo() function in amber::Buffer
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 526 unsigned CopyTo = 0; in sortRelocs() local
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-chunk-list.h | 395 void ZoneChunkList<T>::CopyTo(T* ptr) { in CopyTo() function in v8::internal::ZoneChunkList::ZoneChunkList
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
| H A D | RepeatedFieldTest.cs | 255 public void CopyTo() in CopyTo() method in Google.Protobuf.Collections.RepeatedFieldTest
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A 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 [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_util.h | 760 void CopyTo(M* dest, size_t len) const { in CopyTo() function in node::crypto::ArrayBufferOrViewContents
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord.h | 796 void CopyTo(std::string* dst) const { in CopyTo() function in absl::Cord::InlineRep
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A 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/ |
| H A D | X86ISelDAGToDAG.cpp | 3213 SDValue CopyTo = in foldLoadStoreIntoMemOperand() local
|