Searched refs:CopyTo (Results 1 - 25 of 25) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dcryptstring.h43 virtual void CopyTo(char * dest, bool nullterminate) const = 0;
53 virtual void CopyTo(char * dest, bool nullterminate) const { function in class:talk_base::EmptyCryptStringImpl
69 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } function in class:talk_base::CryptString
114 password->CopyTo(storage_ + length_, true);
178 virtual void CopyTo(char * dest, bool nullterminate) const { function in class:talk_base::InsecureCryptStringImpl
H A Dhttpcommon.cc780 password.CopyTo(sensitive + pos, true);
826 password.CopyTo(sensitive + pos, true);
962 password.CopyTo(sensitive, true);
H A Dsocketadapters.cc676 pass_.CopyTo(sensitive, true);
/external/tinyxml/
H A Dtinyxml.cpp169 void TiXmlNode::CopyTo( TiXmlNode* target ) const function in class:TiXmlNode
633 copy.CopyTo( this );
640 base.CopyTo( this );
848 void TiXmlElement::CopyTo( TiXmlElement* target ) const function in class:TiXmlElement
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( targe
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const function in class:TiXmlComment
1367 void TiXmlText::CopyTo( TiXmlText* target ) const function in class:TiXmlText
1464 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const function in class:TiXmlDeclaration
1500 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const function in class:TiXmlUnknown
[all...]
H A Dtinyxml.h660 void CopyTo( TiXmlNode* target ) const;
999 void CopyTo( TiXmlElement* target ) const;
1043 void CopyTo( TiXmlComment* target ) const;
1085 TiXmlText( const TiXmlText& copy ) : TiXmlNode( TiXmlNode::TEXT ) { copy.CopyTo( this ); }
1086 void operator=( const TiXmlText& base ) { base.CopyTo( this ); }
1101 void CopyTo( TiXmlText* target ) const;
1166 void CopyTo( TiXmlDeclaration* target ) const;
1194 TiXmlUnknown( const TiXmlUnknown& copy ) : TiXmlNode( TiXmlNode::UNKNOWN ) { copy.CopyTo( this ); }
1195 void operator=( const TiXmlUnknown& copy ) { copy.CopyTo( this ); }
1205 void CopyTo( TiXmlUnknow
[all...]
/external/protobuf/src/google/protobuf/
H A Ddynamic_message_unittest.cc77 unittest::TestAllTypes::descriptor()->file()->CopyTo(&unittest_file);
78 unittest_import::ImportMessage::descriptor()->file()->CopyTo(
H A Ddescriptor.h141 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...]
H A Ddescriptor_database.cc402 file->CopyTo(output);
412 file->CopyTo(output);
428 extension->file()->CopyTo(output);
H A Ddescriptor.cc1336 // CopyTo methods ====================================================
1338 void FileDescriptor::CopyTo(FileDescriptorProto* proto) const { function in class:google::protobuf::FileDescriptor
1347 message_type(i)->CopyTo(proto->add_message_type());
1350 enum_type(i)->CopyTo(proto->add_enum_type());
1353 service(i)->CopyTo(proto->add_service());
1356 extension(i)->CopyTo(proto->add_extension());
1364 void Descriptor::CopyTo(DescriptorProto* proto) const { function in class:google::protobuf::Descriptor
1368 field(i)->CopyTo(proto->add_field());
1371 nested_type(i)->CopyTo(proto->add_nested_type());
1374 enum_type(i)->CopyTo(prot
1390 void FieldDescriptor::CopyTo(FieldDescriptorProto* proto) const { function in class:google::protobuf::FieldDescriptor
1435 void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const { function in class:google::protobuf::EnumDescriptor
1447 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { function in class:google::protobuf::EnumValueDescriptor
1456 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { function in class:google::protobuf::ServiceDescriptor
1468 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { function in class:google::protobuf::MethodDescriptor
[all...]
H A Ddescriptor_unittest.cc353 foo_file_->CopyTo(&file);
1844 TEST_F(AllowUnknownDependenciesTest, CopyTo) {
1845 // FieldDescriptor::CopyTo() should write non-fully-qualified type names
1850 bar_field_->CopyTo(&proto);
1856 baz_field_->CopyTo(&proto);
1862 qux_field_->CopyTo(&proto);
2088 FileDescriptorProto::descriptor()->file()->CopyTo(&file_proto);
2092 ->file()->CopyTo(&file_proto);
2147 FileDescriptorProto::descriptor()->file()->CopyTo(&file_proto);
2151 ->file()->CopyTo(
[all...]
H A Dextension_set_unittest.cc499 template_descriptor->CopyTo(&template_descriptor_proto);
/external/webkit/Source/WebKit/win/
H A DMemoryStream.h71 virtual /* [local] */ HRESULT STDMETHODCALLTYPE CopyTo(
H A DMemoryStream.cpp182 HRESULT STDMETHODCALLTYPE MemoryStream::CopyTo( function in class:MemoryStream
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1210 original_file->CopyTo(&expected);
1231 import->CopyTo(&import_proto);
1235 actual->CopyTo(&parsed);
H A Dcommand_line_interface.cc1289 parsed_files[i]->CopyTo(file_set.add_file());
1333 file->CopyTo(output->Add());
/external/v8/src/
H A Dbootstrapper.h70 cache_->CopyTo(0, *new_array, 0, cache_->length());
H A Dobjects.h1967 void CopyTo(int pos, FixedArray* dest, int dest_pos, int len);
H A Dobjects.cc4182 void FixedArray::CopyTo(int pos, FixedArray* dest, int dest_pos, int len) { function in class:v8::internal::FixedArray
H A Druntime.cc2120 array_->CopyTo(0, *extended_array, 0, length_);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc96 file_->CopyTo(&file_proto);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc256 file_->CopyTo(&file_proto);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc530 file_->CopyTo(&file_proto);
H A Dcpp_unittest.cc117 generated_descriptor->CopyTo(&generated_decsriptor_proto);
118 parsed_descriptor->CopyTo(&parsed_descriptor_proto);
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc251 file_->CopyTo(&fdp);
977 descriptor.CopyTo(&proto);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1248 /// CopyTo/FromReg.
1642 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurDebugLoc(), local
1663 MVT::Other, CopyTo, CMP,
1709 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurDebugLoc(), local
1725 MVT::Other, CopyTo, RangeCmp,
1729 BrRange = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, CopyTo,

Completed in 459 milliseconds