Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1723 int firstErrorIndex = 0; in checkUnknownFields() local
1731 ++firstErrorIndex; in checkUnknownFields()
1739 String[] lineColumn = unknownFields.get(firstErrorIndex).message.split(":"); in checkUnknownFields()