/external/protobuf/java/src/test/java/com/google/protobuf/ |
TextFormatTest.java | 48 * Test case for {@link TextFormat}. 114 String javaText = TextFormat.printToString(TestUtil.getAllSet()); 118 // C++ and Java TextFormat classes, so we need to conform. 126 String javaText = TextFormat.printToString(TestUtil.getAllExtensionsSet()); 130 // C++ and Java TextFormat classes, so we need to conform. 186 TextFormat.printToString(message)); 194 TextFormat.printFieldToString(dataField, "test data")); 202 TextFormat.printFieldToString(optionalField, value)); 284 TextFormat.merge(allFieldsSetText, builder); 290 TextFormat.merge(new StringReader(allFieldsSetText), builder) [all...] |
/external/protobuf/src/google/protobuf/ |
text_format.cc | 58 TextFormat::PrintToString(*this, &debug_string); 66 TextFormat::Printer printer; 82 TextFormat::Printer printer; 107 class TextFormat::Parser::ParserImpl { 616 explicit ParserErrorCollector(TextFormat::Parser::ParserImpl* parser) : 631 TextFormat::Parser::ParserImpl* parser_; 647 class TextFormat::Printer::TextGenerator { 768 TextFormat::Parser::Parser() 772 TextFormat::Parser::~Parser() {} 774 bool TextFormat::Parser::Parse(io::ZeroCopyInputStream* input [all...] |
text_format_unittest.cc | 152 TextFormat::Printer printer; 289 EXPECT_TRUE(TextFormat::PrintUnknownFieldsToString(unknown_fields, &text)); 310 TextFormat::Printer printer; 332 TextFormat::Printer printer; 345 TextFormat::Parse(&input_stream, &proto_); 352 TextFormat::Parse(&input_stream, &proto_); 364 TextFormat::Parse(&input_stream, &proto_); 376 TextFormat::Parse(&input_stream1, &proto_); 387 TextFormat::Parse(&input_stream2, &proto_); 403 TextFormat::Parse(&input_stream, &proto_) [all...] |
text_format.h | 57 class LIBPROTOBUF_EXPORT TextFormat { 92 // Like TextFormat::Print 94 // Like TextFormat::PrintUnknownFields 97 // Like TextFormat::PrintToString 99 // Like TextFormat::PrintUnknownFieldsToString 102 // Like TextFormat::PrintFieldValueToString 216 // Like TextFormat::Parse(). 218 // Like TextFormat::ParseFromString(). 220 // Like TextFormat::Merge(). 222 // Like TextFormat::MergeFromString() [all...] |
descriptor_database_unittest.cc | 56 EXPECT_TRUE(TextFormat::ParseFromString(file_text, &file_proto)); 168 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto)); 174 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto));
|
descriptor_unittest.cc | [all...] |
descriptor.cc | [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | [all...] |
TextFormat.java | 55 public final class TextFormat { 56 private TextFormat() { [all...] |
AbstractMessage.java | 85 return TextFormat.printToString(this);
|
UnknownFieldSet.java | 137 * {@link TextFormat#printToString(UnknownFieldSet)}. 141 return TextFormat.printToString(this);
|
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 125 ASSERT_TRUE(TextFormat::ParseFromString(output, &expected)); [all...] |
command_line_interface.cc | [all...] |
/external/protobuf/ |
Makefile.am | 95 java/src/main/java/com/google/protobuf/TextFormat.java \
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebpage.cpp | [all...] |
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | [all...] |