/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_message_field.h | 66 virtual void WriteToString(io::Printer* printer); 83 virtual void WriteToString(io::Printer* printer);
|
D | csharp_primitive_field.h | 67 virtual void WriteToString(io::Printer* printer); 87 virtual void WriteToString(io::Printer* printer);
|
D | csharp_message_field.cc | 171 void MessageFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MessageFieldGenerator 279 void MessageOneofFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MessageOneofFieldGenerator
|
D | csharp_primitive_field.cc | 214 void PrimitiveFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::PrimitiveFieldGenerator 301 void PrimitiveOneofFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::PrimitiveOneofFieldGenerator
|
D | csharp_map_field.h | 64 virtual void WriteToString(io::Printer* printer);
|
D | csharp_repeated_message_field.h | 68 virtual void WriteToString(io::Printer* printer);
|
D | csharp_repeated_enum_field.h | 68 virtual void WriteToString(io::Printer* printer);
|
D | csharp_repeated_primitive_field.h | 64 virtual void WriteToString(io::Printer* printer);
|
D | csharp_repeated_enum_field.cc | 110 void RepeatedEnumFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::RepeatedEnumFieldGenerator
|
D | csharp_repeated_primitive_field.cc | 108 void RepeatedPrimitiveFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::RepeatedPrimitiveFieldGenerator
|
D | csharp_wrapper_field.h | 67 virtual void WriteToString(io::Printer* printer);
|
D | csharp_map_field.cc | 125 void MapFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MapFieldGenerator
|
D | csharp_field_base.h | 70 virtual void WriteToString(io::Printer* printer) = 0;
|
D | csharp_repeated_message_field.cc | 125 void RepeatedMessageFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::RepeatedMessageFieldGenerator
|
D | csharp_wrapper_field.cc | 163 void WrapperFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::WrapperFieldGenerator
|
/external/pdfium/core/fpdfapi/parser/ |
D | cfdf_document.h | 28 ByteString WriteToString() const;
|
D | cfdf_document.cpp | 79 ByteString CFDF_Document::WriteToString() const { in WriteToString() function in CFDF_Document
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.cpp | 462 return pFDF ? pFDF->WriteToString() : ByteString(); in ExportFieldsToFDFTextBuf() 475 ByteString fdfBuffer = pFDFDoc->WriteToString(); in SubmitForm() 491 return pFDF ? pFDF->WriteToString() : ByteString(); in ExportFormToFDFTextBuf()
|