/external/protobuf/java/src/test/java/com/google/protobuf/ |
TextFormatTest.java | 34 import com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy; 50 * Test case for {@link TextFormat}. 122 private final TextFormat.Parser parserWithOverwriteForbidden = 123 TextFormat.Parser.newBuilder() 128 private final TextFormat.Parser defaultParser = 129 TextFormat.Parser.newBuilder().build(); 133 String javaText = TextFormat.printToString(TestUtil.getAllSet()); 137 // C++ and Java TextFormat classes, so we need to conform. 145 String javaText = TextFormat.printToString(TestUtil.getAllSetBuilder()); 149 // C++ and Java TextFormat classes, so we need to conform [all...] |
/external/protobuf/src/google/protobuf/ |
text_format.h | 62 class LIBPROTOBUF_EXPORT TextFormat { 132 // Like TextFormat::Print 134 // Like TextFormat::PrintUnknownFields 137 // Like TextFormat::PrintToString 139 // Like TextFormat::PrintUnknownFieldsToString 142 // Like TextFormat::PrintFieldValueToString 297 // Interface that TextFormat::Parser can use to find extensions. 341 friend class TextFormat; 368 // Like TextFormat::Parse(). 370 // Like TextFormat::ParseFromString() [all...] |
text_format.cc | 77 TextFormat::PrintToString(*this, &debug_string); 85 TextFormat::Printer printer; 101 TextFormat::Printer printer; 116 TextFormat::ParseInfoTree::ParseInfoTree() { } 118 TextFormat::ParseInfoTree::~ParseInfoTree() { 125 void TextFormat::ParseInfoTree::RecordLocation( 127 TextFormat::ParseLocation location) { 131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( 134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree() [all...] |
text_format_unittest.cc | 152 TextFormat::Printer printer; 282 TextFormat::Printer printer; 323 EXPECT_TRUE(TextFormat::PrintUnknownFieldsToString(unknown_fields, &text)); 344 TextFormat::Printer printer; 366 TextFormat::Printer printer; 386 EXPECT_FALSE(TextFormat::Print(message, &output_stream)); 392 class CustomUInt32FieldValuePrinter : public TextFormat::FieldValuePrinter { 407 TextFormat::Printer printer; 416 class CustomInt32FieldValuePrinter : public TextFormat::FieldValuePrinter { 429 TextFormat::Printer printer [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
text_format.h | 60 class LIBPROTOBUF_EXPORT TextFormat { 95 // Like TextFormat::Print 97 // Like TextFormat::PrintUnknownFields 100 // Like TextFormat::PrintToString 102 // Like TextFormat::PrintUnknownFieldsToString 105 // Like TextFormat::PrintFieldValueToString 212 // Interface that TextFormat::Parser can use to find extensions. 256 friend class TextFormat; 283 // Like TextFormat::Parse(). 285 // Like TextFormat::ParseFromString() [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
text_format.h | 60 class LIBPROTOBUF_EXPORT TextFormat { 95 // Like TextFormat::Print 97 // Like TextFormat::PrintUnknownFields 100 // Like TextFormat::PrintToString 102 // Like TextFormat::PrintUnknownFieldsToString 105 // Like TextFormat::PrintFieldValueToString 212 // Interface that TextFormat::Parser can use to find extensions. 256 friend class TextFormat; 283 // Like TextFormat::Parse(). 285 // Like TextFormat::ParseFromString() [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
text_format.h | 60 class LIBPROTOBUF_EXPORT TextFormat { 95 // Like TextFormat::Print 97 // Like TextFormat::PrintUnknownFields 100 // Like TextFormat::PrintToString 102 // Like TextFormat::PrintUnknownFieldsToString 105 // Like TextFormat::PrintFieldValueToString 212 // Interface that TextFormat::Parser can use to find extensions. 256 friend class TextFormat; 283 // Like TextFormat::Parse(). 285 // Like TextFormat::ParseFromString() [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
text_format.h | 60 class LIBPROTOBUF_EXPORT TextFormat { 95 // Like TextFormat::Print 97 // Like TextFormat::PrintUnknownFields 100 // Like TextFormat::PrintToString 102 // Like TextFormat::PrintUnknownFieldsToString 105 // Like TextFormat::PrintFieldValueToString 212 // Interface that TextFormat::Parser can use to find extensions. 256 friend class TextFormat; 283 // Like TextFormat::Parse(). 285 // Like TextFormat::ParseFromString() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
TypoFix.java | 20 import com.android.tools.lint.detector.api.TextFormat; 62 String typo = TypoDetector.getTypo(message, TextFormat.TEXT); 66 List<String> replacements = TypoDetector.getSuggestions(message, TextFormat.TEXT); 107 String typo = TypoDetector.getTypo(message, TextFormat.TEXT); 108 List<String> replacements = TypoDetector.getSuggestions(message, TextFormat.TEXT);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
text_format.h | 65 class LIBPROTOBUF_EXPORT TextFormat { 135 // Like TextFormat::Print 137 // Like TextFormat::PrintUnknownFields 140 // Like TextFormat::PrintToString 142 // Like TextFormat::PrintUnknownFieldsToString 145 // Like TextFormat::PrintFieldValueToString 227 // property of TextFormat::Printer. That is, from the printed message, we 319 // google::protobuf::TextFormat::Print(). 341 // Interface that TextFormat::Parser can use to find extensions. 385 friend class TextFormat; [all...] |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/ |
protobuf-java-2.6.1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.0/ |
lint-api-23.2.0-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.1/ |
lint-api-23.2.1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.2/ |
lint-api-23.2.2-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.4/ |
lint-api-23.2.4-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.5/ |
lint-api-23.2.5-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.8/ |
lint-api-23.2.8-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.0.0/ |
lint-api-24.0.0-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.0.1/ |
lint-api-24.0.1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.1.0/ |
lint-api-24.1.0-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.1.3/ |
lint-api-24.1.3-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.2.0/ |
lint-api-24.2.0-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.2.0-alpha1/ |
lint-api-24.2.0-alpha1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.2.0-beta4/ |
lint-api-24.2.0-beta4-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.2.0-rc1/ |
lint-api-24.2.0-rc1-sources.jar | |