Home
last modified time | relevance | path

Searched defs:getValueAsInt (Results 1 – 12 of 12) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonParserDelegate.java205 @Override public int getValueAsInt() throws IOException { return delegate.getValueAsInt(); } in getValueAsInt() method in JsonParserDelegate
206 …@Override public int getValueAsInt(int defaultValue) throws IOException { return delegate.getValue… in getValueAsInt() method in JsonParserDelegate
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DFilteringParserDelegate.java890 @Override public int getValueAsInt() throws IOException { return delegate.getValueAsInt(); } in getValueAsInt() method in FilteringParserDelegate
891 …@Override public int getValueAsInt(int defaultValue) throws IOException { return delegate.getValue… in getValueAsInt() method in FilteringParserDelegate
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserMinimalBase.java364 public int getValueAsInt() throws IOException in getValueAsInt() method in ParserMinimalBase
374 public int getValueAsInt(int defaultValue) throws IOException in getValueAsInt() method in ParserMinimalBase
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java1620 public int getValueAsInt() throws IOException { in getValueAsInt() method in JsonParser
1635 public int getValueAsInt(int def) throws IOException { return def; } in getValueAsInt() method in JsonParser
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DUTF8DataInputJsonParser.java269 public int getValueAsInt() throws IOException in getValueAsInt() method in UTF8DataInputJsonParser
288 public int getValueAsInt(int defValue) throws IOException in getValueAsInt() method in UTF8DataInputJsonParser
DUTF8StreamJsonParser.java374 public int getValueAsInt() throws IOException in getValueAsInt() method in UTF8StreamJsonParser
394 public int getValueAsInt(int defValue) throws IOException in getValueAsInt() method in UTF8StreamJsonParser
/external/llvm/lib/IR/
DAttributes.cpp164 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
426 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp206 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
524 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp261 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
590 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
/external/llvm/lib/TableGen/
DRecord.cpp1794 int64_t Record::getValueAsInt(StringRef FieldName) const { in getValueAsInt() function in Record
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp2258 int64_t Record::getValueAsInt(StringRef FieldName) const { in getValueAsInt() function in Record
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp2422 int64_t Record::getValueAsInt(StringRef FieldName) const { in getValueAsInt() function in Record