Searched refs:getByteValue (Results 1 – 14 of 14) sorted by relevance
161 public byte getByteValue() { in getByteValue() method in Value270 return getByteValue() == value0.getByteValue(); in equals()312 return "byte: " + getByteValue(); in toString()
1050 this.setNextValueAsByte(value.getByteValue()); in setNextValueAsUntaggedValue()1150 this.setNextValueAsByte(array.getValue(i).getByteValue()); in setNextValueAsArrayRegion()
170 public byte getByteValue() throws IOException { return delegate.getByteValue(); } in getByteValue() method in JsonParserDelegate
164 byte byteValue = fieldValue.getByteValue(); in testGetValues002()
63 return (new Byte(value.getByteValue())).toString(); in toString()
190 byte byteValue = fieldValue.getByteValue(); in testGetValues002()
858 public byte getByteValue() throws IOException { return delegate.getByteValue(); } in getByteValue() method in FilteringParserDelegate
268 return p.getByteValue(); in deserialize()293 return p.getByteValue(); in _parseByte()297 return p.getByteValue(); in _parseByte()
499 value = p.getByteValue(); // note: may throw due to overflow in deserialize()532 value = p.getByteValue(); // note: may throw due to overflow in handleSingleElementUnwrapped()
568 return p.getByteValue(); in _parseBytePrimitive()570 return p.getByteValue(); in _parseBytePrimitive()
1373 public byte getByteValue() throws IOException { in getByteValue() method in JsonParser
78 assertEquals((byte) EXP_I, p.getByteValue()); in _testSimpleInt()82 p.getByteValue(); in _testSimpleInt()
400 assertEquals((byte)3, p.getByteValue()); in testTokensSingleMatchWithPath()
251 assertEquals((byte)1, del.getByteValue()); in testParserDelegate()