HomeSort by relevance Sort by last modified time
    Searched refs:TextFormat (Results 1 - 25 of 55) sorted by null

1 2 3

  /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.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...]
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...]
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...]
  /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);
LintFix.java 40 import com.android.tools.lint.detector.api.TextFormat;
113 return issue.getExplanation(TextFormat.HTML);
LintFixGenerator.java 30 import com.android.tools.lint.detector.api.TextFormat;
492 String explanation = issue.getExplanation(TextFormat.TEXT);
497 sb.append(issue.getBriefDescription(TextFormat.TEXT));
549 TextFormat.HTML);
EclipseLintClient.java 52 import com.android.tools.lint.detector.api.TextFormat;
396 @NonNull String message, @NonNull TextFormat format) {
684 String summary = issue.getBriefDescription(TextFormat.TEXT);
685 String explanation = issue.getExplanation(TextFormat.TEXT);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 79 return TextFormat.printToString(this);
363 return TextFormat.printToString(this);
Descriptors.java     [all...]
TextFormat.java 56 public final class TextFormat {
57 private TextFormat() {}
60 Logger.getLogger(TextFormat.class.getName());
    [all...]
UnknownFieldSet.java 138 * {@link TextFormat#printToString(UnknownFieldSet)}.
142 return TextFormat.printToString(this);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 32 import com.android.tools.lint.detector.api.TextFormat;
195 @NonNull String message, @NonNull TextFormat format) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 18 import static com.android.tools.lint.detector.api.TextFormat.RAW;
19 import static com.android.tools.lint.detector.api.TextFormat.TEXT;
33 import com.android.tools.lint.detector.api.TextFormat;
455 String summary = issue.getBriefDescription(TextFormat.TEXT);
456 String explanation = issue.getExplanation(TextFormat.TEXT);
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 53 import com.android.tools.lint.detector.api.TextFormat;
769 @Nullable Location location, @NonNull String message, @NonNull TextFormat format) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc     [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.0/
lint-api-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.1/
lint-api-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.2/
lint-api-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.4/
lint-api-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.5/
lint-api-23.2.5.jar 

Completed in 672 milliseconds

1 2 3