Home
last modified time | relevance | path

Searched defs:getAsInt (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DFailableIntSupplier.java37 int getAsInt() throws E; in getAsInt() method
DFailable.java345 public static <E extends Throwable> int getAsInt(final FailableIntSupplier<E> supplier) { in getAsInt() method in Failable
/external/angle/src/libANGLE/
DAttributeMap.cpp45 EGLint AttributeMap::getAsInt(EGLAttrib key) const in getAsInt() function in egl::AttributeMap
50 EGLint AttributeMap::getAsInt(EGLAttrib key, EGLint defaultValue) const in getAsInt() function in egl::AttributeMap
/external/gson/gson/src/main/java/com/google/gson/
DJsonElement.java238 public int getAsInt() { in getAsInt() method in JsonElement
DJsonPrimitive.java218 public int getAsInt() { in getAsInt() method in JsonPrimitive
DJsonArray.java341 public int getAsInt() { in getAsInt() method in JsonArray
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp43 int getAsInt(BitsInit *B) { in getAsInt() function in __anon32bfc5ee0111::SearchableTableEmitter
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
DFailableFunctionsTest.java1882 public int getAsInt() throws IOException { in testThrows_FailableIntSupplier_IOException() method
1897 public int getAsInt() throws Throwable { in testThrows_FailableIntSupplier_Throwable() method