/external/chromium/third_party/libjingle/source/talk/base/ |
cryptstring.h | 43 virtual void CopyTo(char * dest, bool nullterminate) const = 0; 53 virtual void CopyTo(char * dest, bool nullterminate) const { 69 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } 114 password->CopyTo(storage_ + length_, true); 178 virtual void CopyTo(char * dest, bool nullterminate) const {
|
httpcommon.cc | 780 password.CopyTo(sensitive + pos, true); 826 password.CopyTo(sensitive + pos, true); 962 password.CopyTo(sensitive, true);
|
socketadapters.cc | 676 pass_.CopyTo(sensitive, true);
|
/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/Source/WebKit/win/ |
MemoryStream.h | 71 virtual /* [local] */ HRESULT STDMETHODCALLTYPE CopyTo(
|
MemoryStream.cpp | 182 HRESULT STDMETHODCALLTYPE MemoryStream::CopyTo(
|
/external/v8/src/ |
bootstrapper.h | 70 cache_->CopyTo(0, *new_array, 0, cache_->length());
|
objects.h | [all...] |
objects.cc | [all...] |
runtime.cc | [all...] |
/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...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |