HomeSort by relevance Sort by last modified time
    Searched refs:CopyFrom (Results 101 - 125 of 297) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/net/http/
http_request_headers.h 135 void CopyFrom(const HttpRequestHeaders& other) {
  /external/chromium_org/net/url_request/
url_request_context.cc 40 void URLRequestContext::CopyFrom(const URLRequestContext* other) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.h 57 void CopyFrom(const MediaStreams& sources);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 107 def CopyFrom(self, other_msg):
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 53 CopyFrom(from);
73 void CopyFrom(const ::google::protobuf::Message& from);
75 void CopyFrom(const CodeGeneratorRequest& from);
170 CopyFrom(from);
190 void CopyFrom(const ::google::protobuf::Message& from);
192 void CopyFrom(const CodeGeneratorResponse_File& from);
287 CopyFrom(from);
307 void CopyFrom(const ::google::protobuf::Message& from);
309 void CopyFrom(const CodeGeneratorResponse& from);
  /external/chromium_org/third_party/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);
467 CopyFrom(foreign);
545 CopyFrom(prototype);
descriptor.pb.h 164 CopyFrom(from);
184 void CopyFrom(const ::google::protobuf::Message& from);
186 void CopyFrom(const FileDescriptorSet& from);
249 CopyFrom(from);
269 void CopyFrom(const ::google::protobuf::Message& from);
271 void CopyFrom(const FileDescriptorProto& from);
470 CopyFrom(from);
490 void CopyFrom(const ::google::protobuf::Message& from);
492 void CopyFrom(const DescriptorProto_ExtensionRange& from);
562 CopyFrom(from)
    [all...]
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/chromium_org/v8/test/cctest/
test-dataflow.cc 118 r.CopyFrom(v);
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 41 void CopyFrom(const StackTrace& other);
  /external/v8/test/cctest/
test-dataflow.cc 119 r.CopyFrom(v);
  /art/runtime/gc/accounting/
space_bitmap.h 141 void CopyFrom(SpaceBitmap* source_bitmap);
246 void CopyFrom(const SpaceSetMap& space_set);
  /external/chromium/chrome/browser/sync/engine/
build_commit_command.cc 61 sync_entry->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS));
189 session->status_controller()->mutable_commit_message()->CopyFrom(message);
  /external/chromium_org/chrome/browser/net/
chrome_url_request_context.cc 314 void ChromeURLRequestContext::CopyFrom(ChromeURLRequestContext* other) {
315 URLRequestContext::CopyFrom(other);
  /external/chromium_org/chrome/browser/policy/
policy_map.cc 74 void PolicyMap::CopyFrom(const PolicyMap& other) {
86 copy->CopyFrom(*this);
  /external/chromium_org/chrome/installer/util/
installation_state.cc 155 ProductState& ProductState::CopyFrom(const ProductState& other) {
164 commands_.CopyFrom(other.commands_);
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.cc 81 headers->CopyFrom(*const_headers);
328 headers_.CopyFrom(stream_->headers());
  /external/chromium_org/sync/util/
cryptographer_unittest.cc 95 encrypted2.CopyFrom(encrypted);
96 encrypted3.CopyFrom(encrypted);
  /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/chromium/chrome/browser/policy/
device_management_service_unittest.cc 303 expected_request_wrapper.mutable_register_request()->CopyFrom(request);
312 response_wrapper.mutable_register_response()->CopyFrom(expected_response);
345 expected_request_wrapper.mutable_unregister_request()->CopyFrom(request);
354 response_wrapper.mutable_unregister_response()->CopyFrom(expected_response);
429 response_wrapper.mutable_register_response()->CopyFrom(expected_response);
device_management_backend_impl.cc 289 request_wrapper.mutable_register_request()->CopyFrom(request);
324 request_wrapper.mutable_unregister_request()->CopyFrom(request);
359 request_wrapper.mutable_policy_request()->CopyFrom(request);
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 114 def CopyFrom(self, src):
250 self.CopyFrom(json.loads(json_string))
252 def CopyFrom(self, source):
263 new_archive.CopyFrom(a)
570 new_bundle.CopyFrom(b)
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 143 TEST(ExtensionSetTest, CopyFrom) {
148 message2.CopyFrom(message1);
158 message2.CopyFrom(upcasted_message);
390 CopyFrom(foreign);
466 CopyFrom(prototype);
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 238 const char*, string*); // for New(), CopyFrom()
245 void CopyFrom(const FlagValue& x);
445 void FlagValue::CopyFrom(const FlagValue& x) {
500 void CopyFrom(const CommandLineFlag& src);
578 void CommandLineFlag::CopyFrom(const CommandLineFlag& src) {
581 if (!current_->Equal(*src.current_)) current_->CopyFrom(*src.current_);
582 if (!defvalue_->Equal(*src.defvalue_)) defvalue_->CopyFrom(*src.defvalue_);
803 flag_value->CopyFrom(*tentative_value);
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 238 const char*, string*); // for New(), CopyFrom()
245 void CopyFrom(const FlagValue& x);
445 void FlagValue::CopyFrom(const FlagValue& x) {
500 void CopyFrom(const CommandLineFlag& src);
578 void CommandLineFlag::CopyFrom(const CommandLineFlag& src) {
581 if (!current_->Equal(*src.current_)) current_->CopyFrom(*src.current_);
582 if (!defvalue_->Equal(*src.defvalue_)) defvalue_->CopyFrom(*src.defvalue_);
803 flag_value->CopyFrom(*tentative_value);
    [all...]

Completed in 4071 milliseconds

1 2 3 45 6 7 8 91011>>