/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ByteString.cs | 227 public static ByteString CopyFrom(params byte[] bytes) in CopyFrom() method in Google.Protobuf.ByteString 235 public static ByteString CopyFrom(byte[] bytes, int offset, int count) in CopyFrom() method in Google.Protobuf.ByteString 248 public static ByteString CopyFrom(ReadOnlySpan<byte> bytes) in CopyFrom() method in Google.Protobuf.ByteString 258 public static ByteString CopyFrom(string text, Encoding encoding) in CopyFrom() method in Google.Protobuf.ByteString
|
/third_party/protobuf/src/google/protobuf/ |
D | wrappers.pb.cc | 470 void DoubleValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in DoubleValue 477 void DoubleValue::CopyFrom(const DoubleValue& from) { in CopyFrom() function in DoubleValue 665 void FloatValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in FloatValue 672 void FloatValue::CopyFrom(const FloatValue& from) { in CopyFrom() function in FloatValue 862 void Int64Value::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Int64Value 869 void Int64Value::CopyFrom(const Int64Value& from) { in CopyFrom() function in Int64Value 1059 void UInt64Value::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in UInt64Value 1066 void UInt64Value::CopyFrom(const UInt64Value& from) { in CopyFrom() function in UInt64Value 1256 void Int32Value::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Int32Value 1263 void Int32Value::CopyFrom(const Int32Value& from) { in CopyFrom() function in Int32Value [all …]
|
D | descriptor.pb.cc | 1550 void FileDescriptorSet::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in FileDescriptorSet 1557 void FileDescriptorSet::CopyFrom(const FileDescriptorSet& from) { in CopyFrom() function in FileDescriptorSet 2193 void FileDescriptorProto::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in FileDescriptorProto 2200 void FileDescriptorProto::CopyFrom(const FileDescriptorProto& from) { in CopyFrom() function in FileDescriptorProto 2512 void DescriptorProto_ExtensionRange::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in DescriptorProto_ExtensionRange 2519 void DescriptorProto_ExtensionRange::CopyFrom(const DescriptorProto_ExtensionRange& from) { in CopyFrom() function in DescriptorProto_ExtensionRange 2771 void DescriptorProto_ReservedRange::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in DescriptorProto_ReservedRange 2778 void DescriptorProto_ReservedRange::CopyFrom(const DescriptorProto_ReservedRange& from) { in CopyFrom() function in DescriptorProto_ReservedRange 3309 void DescriptorProto::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in DescriptorProto 3316 void DescriptorProto::CopyFrom(const DescriptorProto& from) { in CopyFrom() function in DescriptorProto [all …]
|
D | api.pb.cc | 563 void Api::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Api 570 void Api::CopyFrom(const Api& from) { in CopyFrom() function in Api 965 void Method::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Method 972 void Method::CopyFrom(const Method& from) { in CopyFrom() function in Method 1220 void Mixin::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Mixin 1227 void Mixin::CopyFrom(const Mixin& from) { in CopyFrom() function in Mixin
|
D | type.pb.cc | 710 void Type::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Type 717 void Type::CopyFrom(const Type& from) { in CopyFrom() function in Type 1194 void Field::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Field 1201 void Field::CopyFrom(const Field& from) { in CopyFrom() function in Field 1552 void Enum::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Enum 1559 void Enum::CopyFrom(const Enum& from) { in CopyFrom() function in Enum 1826 void EnumValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in EnumValue 1833 void EnumValue::CopyFrom(const EnumValue& from) { in CopyFrom() function in EnumValue 2086 void Option::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Option 2093 void Option::CopyFrom(const Option& from) { in CopyFrom() function in Option
|
D | struct.pb.cc | 401 void Struct::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Struct 408 void Struct::CopyFrom(const Struct& from) { in CopyFrom() function in Struct 857 void Value::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Value 864 void Value::CopyFrom(const Value& from) { in CopyFrom() function in Value 1061 void ListValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in ListValue 1068 void ListValue::CopyFrom(const ListValue& from) { in CopyFrom() function in ListValue
|
D | timestamp.pb.cc | 280 void Timestamp::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Timestamp 287 void Timestamp::CopyFrom(const Timestamp& from) { in CopyFrom() function in Timestamp
|
D | source_context.pb.cc | 263 void SourceContext::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in SourceContext 270 void SourceContext::CopyFrom(const SourceContext& from) { in CopyFrom() function in SourceContext
|
D | empty.pb.cc | 217 void Empty::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Empty 224 void Empty::CopyFrom(const Empty& from) { in CopyFrom() function in Empty
|
D | duration.pb.cc | 280 void Duration::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Duration 287 void Duration::CopyFrom(const Duration& from) { in CopyFrom() function in Duration
|
D | field_mask.pb.cc | 261 void FieldMask::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in FieldMask 268 void FieldMask::CopyFrom(const FieldMask& from) { in CopyFrom() function in FieldMask
|
D | any.pb.cc | 310 void Any::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in Any 317 void Any::CopyFrom(const Any& from) { in CopyFrom() function in Any
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 524 void Version::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in compiler::Version 531 void Version::CopyFrom(const Version& from) { in CopyFrom() function in compiler::Version 880 void CodeGeneratorRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in compiler::CodeGeneratorRequest 887 void CodeGeneratorRequest::CopyFrom(const CodeGeneratorRequest& from) { in CopyFrom() function in compiler::CodeGeneratorRequest 1204 void CodeGeneratorResponse_File::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in compiler::CodeGeneratorResponse_File 1211 void CodeGeneratorResponse_File::CopyFrom(const CodeGeneratorResponse_File& from) { in CopyFrom() function in compiler::CodeGeneratorResponse_File 1498 void CodeGeneratorResponse::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() function in compiler::CodeGeneratorResponse 1505 void CodeGeneratorResponse::CopyFrom(const CodeGeneratorResponse& from) { in CopyFrom() function in compiler::CodeGeneratorResponse
|
/third_party/skia/third_party/externals/tint/tools/src/list/ |
D | list.go | 42 CopyFrom(l List, dst, src, count int) methodSpec 115 func (l list) CopyFrom(o List, dst, src, count int) { func
|
D | list_test.go | 32 func (customList) CopyFrom(l list.List, dst, src, count int) {} func
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumbermatch.cc | 84 void PhoneNumberMatch::CopyFrom(const PhoneNumberMatch& match) { in CopyFrom() function in i18n::phonenumbers::PhoneNumberMatch
|
D | phonemetadata.pb.cc | 478 void NumberFormat::CopyFrom(const NumberFormat& from) { in CopyFrom() function in i18n::phonenumbers::NumberFormat 797 void PhoneNumberDesc::CopyFrom(const PhoneNumberDesc& from) { in CopyFrom() function in i18n::phonenumbers::PhoneNumberDesc 2251 void PhoneMetadata::CopyFrom(const PhoneMetadata& from) { in CopyFrom() function in i18n::phonenumbers::PhoneMetadata 2456 void PhoneMetadataCollection::CopyFrom(const PhoneMetadataCollection& from) { in CopyFrom() function in i18n::phonenumbers::PhoneMetadataCollection
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 145 bool ByteArray::CopyFrom(InputStream* is, int32_t length) { in CopyFrom() function in sfntly::ByteArray 165 bool ByteArray::CopyFrom(InputStream* is) { in CopyFrom() function in sfntly::ByteArray
|
D | writable_font_data.cc | 161 void WritableFontData::CopyFrom(InputStream* is, int32_t length) { in CopyFrom() function in sfntly::WritableFontData 165 void WritableFontData::CopyFrom(InputStream* is) { in CopyFrom() function in sfntly::WritableFontData
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 145 bool ByteArray::CopyFrom(InputStream* is, int32_t length) { in CopyFrom() function in sfntly::ByteArray 165 bool ByteArray::CopyFrom(InputStream* is) { in CopyFrom() function in sfntly::ByteArray
|
D | writable_font_data.cc | 161 void WritableFontData::CopyFrom(InputStream* is, int32_t length) { in CopyFrom() function in sfntly::WritableFontData 165 void WritableFontData::CopyFrom(InputStream* is) { in CopyFrom() function in sfntly::WritableFontData
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom() function in SmallPtrSetImplBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 167 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom() function in SmallPtrSetImplBase
|
/third_party/grpc/src/core/lib/json/ |
D | json.h | 205 void CopyFrom(const Json& other) { in CopyFrom() function
|
/third_party/giflib/ |
D | gifalloc.c | 326 GifMakeSavedImage(GifFileType *GifFile, const SavedImage *CopyFrom) in GifMakeSavedImage()
|