Home
last modified time | relevance | path

Searched defs:WriteToString (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message_field.cc171 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
Dcsharp_primitive_field.cc214 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
Dcsharp_repeated_enum_field.cc110 void RepeatedEnumFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::RepeatedEnumFieldGenerator
Dcsharp_repeated_primitive_field.cc108 void RepeatedPrimitiveFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::RepeatedPrimitiveFieldGenerator
Dcsharp_map_field.cc125 void MapFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::MapFieldGenerator
Dcsharp_repeated_message_field.cc125 void RepeatedMessageFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::RepeatedMessageFieldGenerator
Dcsharp_wrapper_field.cc163 void WrapperFieldGenerator::WriteToString(io::Printer* printer) { in WriteToString() function in google::protobuf::compiler::csharp::WrapperFieldGenerator
/external/pdfium/core/fpdfapi/parser/
Dcfdf_document.cpp79 ByteString CFDF_Document::WriteToString() const { in WriteToString() function in CFDF_Document