Home
last modified time | relevance | path

Searched defs:getValueAsLong (Results 1 – 5 of 5) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonParserDelegate.java207 @Override public long getValueAsLong() throws IOException { return delegate.getValueAsLong(); } in getValueAsLong() method in JsonParserDelegate
208 …@Override public long getValueAsLong(long defaultValue) throws IOException { return delegate.getVa… in getValueAsLong() method in JsonParserDelegate
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DFilteringParserDelegate.java892 @Override public long getValueAsLong() throws IOException { return delegate.getValueAsLong(); } in getValueAsLong() method in FilteringParserDelegate
893 …@Override public long getValueAsLong(long defaultValue) throws IOException { return delegate.getVa… in getValueAsLong() method in FilteringParserDelegate
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserMinimalBase.java405 public long getValueAsLong() throws IOException in getValueAsLong() method in ParserMinimalBase
415 public long getValueAsLong(long defaultValue) throws IOException in getValueAsLong() method in ParserMinimalBase
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java1648 public long getValueAsLong() throws IOException { in getValueAsLong() method in JsonParser
1663 public long getValueAsLong(long def) throws IOException { in getValueAsLong() method in JsonParser
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
DHeader.java346 public long getValueAsLong() { in getValueAsLong() method in Header