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

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DAntlrRuntime_BaseTreeDebugView.cs55 _tree.Children.CopyTo(children, 0);
/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);
/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/compiler-rt/lib/asan/
H A Dasan_stack.h31 void CopyTo(uintptr_t *dst, size_t dst_size) { function in struct:__asan::AsanStackTrace
/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs257 public void CopyTo(Array array, int index) method in class:Antlr.Runtime.Collections.HashList.KeyCollection
328 public void CopyTo(Array array, int index) method in class:Antlr.Runtime.Collections.HashList.ValueCollection
456 public void CopyTo(Array array, int index) method in class:Antlr.Runtime.Collections.HashList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs115 public void CopyTo( Array array, int index ) method in class:Antlr.Runtime.JavaExtensions.SubList
202 void ICollection.CopyTo( Array array, int index )
356 public void CopyTo( T[] array, int arrayIndex ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/skia/include/utils/win/
H A DSkIStream.h50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
/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.h72 cache_->CopyTo(0, *new_array, 0, cache_->length());
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc96 file_->CopyTo(&file_proto);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs277 collection.CopyTo(array, 0);
/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);
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc251 file_->CopyTo(&fdp);
977 descriptor.CopyTo(&proto);

Completed in 318 milliseconds

12