HomeSort by relevance Sort by last modified time
    Searched defs:TextFormatParseLocation (Results 1 - 4 of 4) sorted by null

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormatParseLocation.java 40 public final class TextFormatParseLocation {
45 public static final TextFormatParseLocation EMPTY = new TextFormatParseLocation(-1, -1);
54 static TextFormatParseLocation create(int line, int column) {
62 return new TextFormatParseLocation(line, column);
68 private TextFormatParseLocation(int line, int column) {
91 if (!(o instanceof TextFormatParseLocation)) {
94 TextFormatParseLocation that = (TextFormatParseLocation) o;
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatParseLocationTest.java 36 * Test @{link TextFormatParseLocation}.
41 TextFormatParseLocation location = TextFormatParseLocation.create(-1, -1);
42 assertEquals(TextFormatParseLocation.EMPTY, location);
46 TextFormatParseLocation location = TextFormatParseLocation.create(2, 1);
53 TextFormatParseLocation.create(-1, 0);
59 TextFormatParseLocation.create(0, -1);
67 TextFormatParseLocation loc0 = TextFormatParseLocation.create(2, 1)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 183 milliseconds