HomeSort by relevance Sort by last modified time
    Searched refs:CopyTo (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/
register-allocator-inl.h 52 other.CopyTo(this);
59 other.CopyTo(this);
80 void Result::CopyTo(Result* destination) const {
register-allocator.h 146 inline void CopyTo(Result* destination) const;
193 void CopyTo(RegisterFile* other) {
285 registers_.CopyTo(register_file);
290 register_file->CopyTo(&registers_);
jump-target.cc 355 void BreakTarget::CopyTo(BreakTarget* destination) {
399 shadowed->CopyTo(this);
414 other_target_->CopyTo(&temp);
415 CopyTo(other_target_);
416 temp.CopyTo(this);
jump-target.h 204 void CopyTo(BreakTarget* destination);
codegen.cc 136 saved_counts.CopyTo(non_frame_registers);
bootstrapper.cc 80 cache_->CopyTo(0, *new_array, 0, cache_->length());
    [all...]
objects.h     [all...]
runtime.cc     [all...]
  /external/tinyxml/
tinyxml.cpp 169 void TiXmlNode::CopyTo( TiXmlNode* target ) const
633 copy.CopyTo( this );
640 base.CopyTo( this );
848 void TiXmlElement::CopyTo( TiXmlElement* target ) const
851 TiXmlNode::CopyTo( target );
877 CopyTo( clone );
924 copy.CopyTo( this );
931 copy.CopyTo( this );
1110 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const
1112 TiXmlNode::CopyTo( target )
    [all...]
tinyxml.h 660 void CopyTo( TiXmlNode* target ) const;
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 77 unittest::TestAllTypes::descriptor()->file()->CopyTo(&unittest_file);
78 unittest_import::ImportMessage::descriptor()->file()->CopyTo(
descriptor.h 141 void CopyTo(DescriptorProto* proto) const;
470 // See Descriptor::CopyTo().
471 void CopyTo(FieldDescriptorProto* proto) const;
580 // See Descriptor::CopyTo().
581 void CopyTo(EnumDescriptorProto* proto) const;
647 // See Descriptor::CopyTo().
648 void CopyTo(EnumValueDescriptorProto* proto) const;
707 // See Descriptor::CopyTo().
708 void CopyTo(ServiceDescriptorProto* proto) const;
765 // See Descriptor::CopyTo()
    [all...]
descriptor_database.cc 402 file->CopyTo(output);
412 file->CopyTo(output);
428 extension->file()->CopyTo(output);
descriptor.cc     [all...]
descriptor_unittest.cc 353 foo_file_->CopyTo(&file);
    [all...]
extension_set_unittest.cc 499 template_descriptor->CopyTo(&template_descriptor_proto);
  /external/webkit/WebKit/win/
MemoryStream.h 71 virtual /* [local] */ HRESULT STDMETHODCALLTYPE CopyTo(
MemoryStream.cpp 182 HRESULT STDMETHODCALLTYPE MemoryStream::CopyTo(
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc     [all...]
command_line_interface.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 96 file_->CopyTo(&file_proto);
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 256 file_->CopyTo(&file_proto);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 530 file_->CopyTo(&file_proto);
cpp_unittest.cc 117 generated_descriptor->CopyTo(&generated_decsriptor_proto);
118 parsed_descriptor->CopyTo(&parsed_descriptor_proto);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 251 file_->CopyTo(&fdp);
    [all...]

Completed in 633 milliseconds

1 2