Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonLocation.java39 protected final long _totalChars; field in JsonLocation
66 _totalChars = totalChars; in JsonLocation()
95 public long getCharOffset() { return _totalChars; } in getCharOffset()
131 hash ^= (int) _totalChars; in hashCode()
150 && (_totalChars == otherLoc._totalChars) in equals()