Home
last modified time | relevance | path

Searched refs:firstErrorIndex (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1548 int firstErrorIndex = 0; in checkUnknownFields() local
1556 ++firstErrorIndex; in checkUnknownFields()
1564 String[] lineColumn = unknownFields.get(firstErrorIndex).message.split(":"); in checkUnknownFields()