Searched refs:_hasNativeTypeIds (Results 1 – 1 of 1) sorted by relevance
70 protected boolean _hasNativeTypeIds; field in TokenBuffer158 _hasNativeTypeIds = hasNativeIds; in TokenBuffer()161 _mayHaveNativeIds = _hasNativeTypeIds | _hasNativeObjectIds; in TokenBuffer()183 _hasNativeTypeIds = p.canReadTypeId(); in TokenBuffer()185 _mayHaveNativeIds = _hasNativeTypeIds | _hasNativeObjectIds; in TokenBuffer()277 return new Parser(_first, codec, _hasNativeTypeIds, _hasNativeObjectIds, _parentContext); in asParser()286 …Parser p = new Parser(_first, src.getCodec(), _hasNativeTypeIds, _hasNativeObjectIds, _parentConte… in asParser()319 if (!_hasNativeTypeIds) { in append()320 _hasNativeTypeIds = other.canWriteTypeId(); in append()325 _mayHaveNativeIds = _hasNativeTypeIds | _hasNativeObjectIds; in append()[all …]