Home
last modified time | relevance | path

Searched defs:CopyFrom (Results 1 - 25 of 35) sorted by relevance

12

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatch.cc84 void PhoneNumberMatch::CopyFrom(const PhoneNumberMatch& match) { in CopyFrom() function in i18n::phonenumbers::PhoneNumberMatch
H A Dphonenumber.pb.cc547 void PhoneNumber::CopyFrom(const PhoneNumber& from) { in CopyFrom() function in i18n::phonenumbers::PhoneNumber
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-register-frame-array.h51 void CopyFrom(const MaglevCompilationUnit& info, in CopyFrom() function in v8::internal::maglev::RegisterFrameArray
H A Dmaglev-interpreter-frame-state.h37 void CopyFrom(const MaglevCompilationUnit& info, in CopyFrom() function in v8::internal::maglev::InterpreterFrameState
489 void InterpreterFrameState::CopyFrom( in CopyFrom() function in v8::internal::maglev::InterpreterFrameState
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc145 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
H A Dwritable_font_data.cc161 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/lzma/CPP/Common/
H A DMyBuffer.h79 void CopyFrom(const T *data, size_t size) in CopyFrom() function in CBuffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCollector.cpp89 SmallString<256> CopyFrom; in addFileImpl() local
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.h100 void CopyFrom(const BytecodeLivenessState& other) { in CopyFrom() function in v8::internal::compiler::BytecodeLivenessState
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h132 void CopyFrom(const BitVector& other) { in CopyFrom() function in v8::internal::BitVector
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs227 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/
H A Dduration.pb.cc280 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
H A Dempty.pb.cc217 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
H A Dfield_mask.pb.cc261 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
H A Dany.pb.cc310 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
H A Dmessage.cc97 void Message::CopyFrom(const Message& from) { in CopyFrom() function in google::protobuf::Message
H A Dsource_context.pb.cc263 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
H A Dtimestamp.pb.cc280 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
H A Dapi.pb.cc563 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
H A Dreflection.h136 void CopyFrom(const Container& container) const { in CopyFrom() function in google::protobuf::MutableRepeatedFieldRef
253 void CopyFrom(const Container& container) const { in CopyFrom() function in google::protobuf::MutableRepeatedFieldRef
/third_party/protobuf/python/google/protobuf/
H A Dmessage.py117 def CopyFrom(self, other_msg): member in Message
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dgeocoding_data.pb.cc522 void GeocodingInfo::CopyFrom(const GeocodingInfo& from) { in CopyFrom() function in i18n::phonenumbers::GeocodingInfo
894 void PrefixesInfo::CopyFrom(const PrefixesInfo& from) { in CopyFrom() function in i18n::phonenumbers::PrefixesInfo
1128 void LanguageCodeInfo::CopyFrom(const LanguageCodeInfo& from) { in CopyFrom() function in i18n::phonenumbers::LanguageCodeInfo
1355 void CountriesInfo::CopyFrom(const CountriesInfo& from) { in CopyFrom() function in i18n::phonenumbers::CountriesInfo
1584 void CountryCodeInfo::CopyFrom(const CountryCodeInfo& from) { in CopyFrom() function in i18n::phonenumbers::CountryCodeInfo
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.h166 void CopyFrom(const BlockAssessments* other) { in CopyFrom() function in v8::internal::compiler::BlockAssessments
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc232 void SharedFunctionInfo::CopyFrom(SharedFunctionInfo other) { in CopyFrom() function in v8::internal::SharedFunctionInfo
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc524 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

Completed in 22 milliseconds

12