HomeSort by relevance Sort by last modified time
    Searched refs:CopyFrom (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 111 void CopyFrom(const RepeatedField& other);
263 void CopyFrom(const RepeatedPtrFieldBase& other);
430 void CopyFrom(const RepeatedPtrField& other);
562 CopyFrom(other);
585 CopyFrom(other);
683 inline void RepeatedField<Element>::CopyFrom(const RepeatedField& other) {
871 inline void RepeatedPtrFieldBase::CopyFrom(const RepeatedPtrFieldBase& other) {
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 111 void CopyFrom(const RepeatedField& other);
263 void CopyFrom(const RepeatedPtrFieldBase& other);
430 void CopyFrom(const RepeatedPtrField& other);
562 CopyFrom(other);
585 CopyFrom(other);
683 inline void RepeatedField<Element>::CopyFrom(const RepeatedField& other) {
871 inline void RepeatedPtrFieldBase::CopyFrom(const RepeatedPtrFieldBase& other) {
    [all...]
  /external/gmock/test/
gmock-actions_test.cc 808 orig_msg.CopyFrom(*msg);
830 orig_msg.CopyFrom(*msg);
855 orig_msg.CopyFrom(*msg);
880 orig_msg.CopyFrom(*msg);
927 orig_msg.CopyFrom(*msg);
949 orig_msg.CopyFrom(*msg);
974 orig_msg.CopyFrom(*msg);
    [all...]
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 143 void CopyFrom(const SmallPtrSetImplBase &RHS);
324 this->CopyFrom(RHS);
  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 60 referenceBuf->Buf.CopyFrom((const Byte *)data, size);
107 dest.CopyFrom((const Byte *)_buffer, _size);
  /external/opencv3/modules/videoio/src/
cap_openni.cpp 279 depthPtr->CopyFrom(depthMetaData);
285 imagePtr->CopyFrom(imageMetaData);
293 depthMetaData.CopyFrom(*depthQueue.front());
302 imageMetaData.CopyFrom(*imageQueue.front());
338 depthPtr->CopyFrom(depthMetaData);
356 imagePtr->CopyFrom(imageMetaData);
376 depthMetaData.CopyFrom(*depthPtr);
384 imageMetaData.CopyFrom(*imagePtr);
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 143 bool ByteArray::CopyFrom(InputStream* is, int32_t length) {
163 bool ByteArray::CopyFrom(InputStream* is) {
  /external/webrtc/webrtc/voice_engine/
utility_unittest.cc 30 dst_frame_.CopyFrom(src_frame_);
31 golden_frame_.CopyFrom(src_frame_);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry.h 203 void CopyFrom(const ::google::protobuf::Message& from) {
218 void CopyFrom(const MapEntry& from) {
repeated_field.h 137 void CopyFrom(const RepeatedField& other);
419 void CopyFrom(const RepeatedPtrFieldBase& other);
758 void CopyFrom(const RepeatedPtrField& other);
    [all...]
  /system/connectivity/shill/
error_unittest.cc 75 TEST_F(ErrorTest, CopyFrom) {
78 copy.CopyFrom(e);
crypto_util_proxy.cc 224 shim_result_.CopyFrom(shim_result);
260 result.CopyFrom(shim_result_);
dns_client.cc 167 error->CopyFrom(error_);
200 error.CopyFrom(error_);
service.cc 669 error->CopyFrom(set_error);
680 error->CopyFrom(set_error);
693 error->CopyFrom(set_error);
704 error->CopyFrom(set_error);
715 error->CopyFrom(set_error);
728 error->CopyFrom(set_error);
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 207 TEST(ExtensionSetTest, CopyFrom) {
211 message2.CopyFrom(message1);
213 message2.CopyFrom(message1); // exercise copy when fields already exist
221 message2.CopyFrom(message1);
223 message2.CopyFrom(message1); // exercise copy when fields already exist
232 message2.CopyFrom(upcasted_message);
235 message2.CopyFrom(upcasted_message);
586 CopyFrom(foreign);
664 CopyFrom(prototype);
736 unittest::repeated_nested_message_extension)->CopyFrom(nested_message)
    [all...]
  /art/runtime/gc/accounting/
bitmap.h 83 void CopyFrom(Bitmap* source_bitmap);
  /art/runtime/
memory_region.h 148 void CopyFrom(size_t offset, const MemoryRegion& from) const;
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 78 cf.CopyFrom(*common_flags());
  /external/lzma/CPP/Common/
MyBuffer.h 65 void CopyFrom(const T *data, size_t size)
  /external/opencv/cxcore/include/
cvwimage.h 83 // im.View(0,0, w,1).CopyFrom(im.View(0,1, w,1));
229 void CopyFrom(const WImage<T>& src) { cvCopy(src.Ipl(), image_); }
274 void CopyFrom(const WImageC<T, C>& src) {
331 CopyFrom(src);
388 CopyFrom(src);
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 152 im.View(0,0, w,1).CopyFrom(im.View(0,1, w,1));
225 void CopyFrom(const WImage<T>& src) { cvCopy(src.Ipl(), image_); }
270 void CopyFrom(const WImageC<T, C>& src) {
324 CopyFrom(src);
381 CopyFrom(src);
  /external/webrtc/webrtc/modules/audio_conference_mixer/test/
audio_conference_mixer_unittest.cc 45 audio_frame->CopyFrom(fake_frame_);
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 804 orig_msg.CopyFrom(*msg);
826 orig_msg.CopyFrom(*msg);
851 orig_msg.CopyFrom(*msg);
876 orig_msg.CopyFrom(*msg);
923 orig_msg.CopyFrom(*msg);
945 orig_msg.CopyFrom(*msg);
970 orig_msg.CopyFrom(*msg);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 459 void CodeGeneratorRequest::CopyFrom(const ::google::protobuf::Message& from) {
465 void CodeGeneratorRequest::CopyFrom(const CodeGeneratorRequest& from) {
823 void CodeGeneratorResponse_File::CopyFrom(const ::google::protobuf::Message& from) {
829 void CodeGeneratorResponse_File::CopyFrom(const CodeGeneratorResponse_File& from) {
    [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 279 void CopyFrom(const RTPFragmentationHeader& src) {
515 void CopyFrom(const AudioFrame& src);
597 inline void AudioFrame::CopyFrom(const AudioFrame& src) {

Completed in 1666 milliseconds

1 2 34 5 6 7 8