Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DReaderBasedJsonParser.java731 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextToken()
737 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextToken()
803 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in _nextAfterName()
805 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in _nextAfterName()
1120 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in _nextTokenNotInObject()
1123 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in _nextTokenNotInObject()
1190 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextTextValue()
1192 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextTextValue()
1213 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextIntValue()
1215 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextIntValue()
[all …]
DUTF8DataInputJsonParser.java716 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in _nextTokenNotInObject()
719 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in _nextTokenNotInObject()
760 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in _nextAfterName()
762 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in _nextAfterName()
899 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextTextValue()
901 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextTextValue()
921 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextIntValue()
923 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextIntValue()
943 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextLongValue()
945 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextLongValue()
[all …]
DUTF8StreamJsonParser.java837 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in _nextTokenNotInObject()
840 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in _nextTokenNotInObject()
883 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in _nextAfterName()
885 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in _nextAfterName()
1279 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextTextValue()
1281 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextTextValue()
1302 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextIntValue()
1304 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextIntValue()
1325 … _parsingContext = _parsingContext.createChildArrayContext(_tokenInputRow, _tokenInputCol); in nextLongValue()
1327 … _parsingContext = _parsingContext.createChildObjectContext(_tokenInputRow, _tokenInputCol); in nextLongValue()
[all …]
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/
DNonBlockingJsonParserBase.java357 _tokenInputTotal, -1L, _tokenInputRow, _tokenInputCol); in getTokenLocation()
872 _tokenInputCol = ptr - _currInputRowStart; in _updateTokenLocation()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserBase.java119 protected int _tokenInputCol; field in ParserBase
449 int col = _tokenInputCol; in getTokenColumnNr()