Home
last modified time | relevance | path

Searched defs:CopyFrom (Results 1 – 25 of 37) sorted by relevance

12

/external/google-breakpad/src/processor/
Dfast_source_line_resolver_types.h57 void CopyFrom(const Line *line_ptr) { in CopyFrom() function
63 void CopyFrom(const char *raw) { in CopyFrom() function
75 void CopyFrom(const Function *func_ptr) { in CopyFrom() function
81 void CopyFrom(const char *raw) { in CopyFrom() function
98 void CopyFrom(const PublicSymbol *public_symbol_ptr) { in CopyFrom() function
104 void CopyFrom(const char *raw) { in CopyFrom() function
Dwindows_frame_info.h163 void CopyFrom(const WindowsFrameInfo &that) { in CopyFrom() function
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc952 void FileDescriptorSet::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::FileDescriptorSet
958 void FileDescriptorSet::CopyFrom(const FileDescriptorSet& from) { in CopyFrom() function in google::protobuf::FileDescriptorSet
1637 void FileDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::FileDescriptorProto
1643 void FileDescriptorProto::CopyFrom(const FileDescriptorProto& from) { in CopyFrom() function in google::protobuf::FileDescriptorProto
1927 void DescriptorProto_ExtensionRange::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::DescriptorProto_ExtensionRange
1933 void DescriptorProto_ExtensionRange::CopyFrom(const DescriptorProto_ExtensionRange& from) { in CopyFrom() function in google::protobuf::DescriptorProto_ExtensionRange
2444 void DescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::DescriptorProto
2450 void DescriptorProto::CopyFrom(const DescriptorProto& from) { in CopyFrom() function in google::protobuf::DescriptorProto
3164 void FieldDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::FieldDescriptorProto
3170 void FieldDescriptorProto::CopyFrom(const FieldDescriptorProto& from) { in CopyFrom() function in google::protobuf::FieldDescriptorProto
[all …]
Dmessage.cc75 void Message::CopyFrom(const Message& from) { in CopyFrom() function in google::protobuf::Message
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc459 void CodeGeneratorRequest::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::compiler::CodeGeneratorRequest
465 void CodeGeneratorRequest::CopyFrom(const CodeGeneratorRequest& from) { in CopyFrom() function in google::protobuf::compiler::CodeGeneratorRequest
823 void CodeGeneratorResponse_File::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::compiler::CodeGeneratorResponse_File
829 void CodeGeneratorResponse_File::CopyFrom(const CodeGeneratorResponse_File& from) { in CopyFrom() function in google::protobuf::compiler::CodeGeneratorResponse_File
1106 void CodeGeneratorResponse::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom() function in google::protobuf::compiler::CodeGeneratorResponse
1112 void CodeGeneratorResponse::CopyFrom(const CodeGeneratorResponse& from) { in CopyFrom() function in google::protobuf::compiler::CodeGeneratorResponse
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc143 bool ByteArray::CopyFrom(InputStream* is, int32_t length) { in CopyFrom() function in sfntly::ByteArray
163 bool ByteArray::CopyFrom(InputStream* is) { in CopyFrom() function in sfntly::ByteArray
Dwritable_font_data.cc158 void WritableFontData::CopyFrom(InputStream* is, int32_t length) { in CopyFrom() function in sfntly::WritableFontData
162 void WritableFontData::CopyFrom(InputStream* is) { in CopyFrom() function in sfntly::WritableFontData
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h88 void CopyFrom(const Matrix& other) { in CopyFrom() function
93 void CopyFrom(const T* const data, size_t num_rows, size_t num_columns) { in CopyFrom() function
/external/llvm/lib/Support/
DSmallPtrSet.cpp221 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom() function in SmallPtrSetImplBase
/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc99 void VCMDecodingState::CopyFrom(const VCMDecodingState& state) { in CopyFrom() function in webrtc::VCMDecodingState
/external/v8/src/wasm/
Dwasm-result.h56 void CopyFrom(Result<V>& that) { in CopyFrom() function
/external/lzma/CPP/Common/
DMyBuffer.h65 void CopyFrom(const T *data, size_t size) in CopyFrom() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cc44 void CommonFlags::CopyFrom(const CommonFlags &other) { in CopyFrom() function in __sanitizer::CommonFlags
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLStream.java71 public void CopyFrom(ToXMLStream xmlListener) in CopyFrom() method in ToXMLStream
/external/giflib/
Dgifalloc.c323 GifMakeSavedImage(GifFileType *GifFile, const SavedImage *CopyFrom) in GifMakeSavedImage()
/external/protobuf/python/google/protobuf/
Dmessage.py107 def CopyFrom(self, other_msg): member in Message
/external/libchrome/base/trace_event/
Dtrace_event_impl.cc58 void TraceEvent::CopyFrom(const TraceEvent& other) { in CopyFrom() function in base::trace_event::TraceEvent
/external/nanopb-c/generator/google/protobuf/
Dmessage.py107 def CopyFrom(self, other_msg): member in Message
/external/webrtc/webrtc/libjingle/xmpp/
Djid.cc134 void Jid::CopyFrom(const Jid& jid) { in CopyFrom() function in buzz::Jid
/external/opencv/cxcore/include/
Dcvwimage.h229 void CopyFrom(const WImage<T>& src) { cvCopy(src.Ipl(), image_); } in CopyFrom() function
274 void CopyFrom(const WImageC<T, C>& src) { in CopyFrom() function
/external/opencv3/modules/core/include/opencv2/core/
Dwimage.hpp225 void CopyFrom(const WImage<T>& src) { cvCopy(src.Ipl(), image_); } in CopyFrom() function in cv::WImage
270 void CopyFrom(const WImageC<T, C>& src) { in CopyFrom() function in cv::WImageC
/external/webrtc/talk/media/base/
Dstreamparams.cc70 void MediaStreams::CopyFrom(const MediaStreams& streams) { in CopyFrom() function in cricket::MediaStreams
/external/v8/src/
Dbit-vector.h85 void CopyFrom(const BitVector& other) { in CopyFrom() function
/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc105 void AudioBuffer::CopyFrom(const float* const* data, in CopyFrom() function in webrtc::AudioBuffer
/external/v8/src/heap/
Dobjects-visiting.h142 void CopyFrom(VisitorDispatchTable* other) { in CopyFrom() function

12