Home
last modified time | relevance | path

Searched refs:asBoolean (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableOptionValue.java11 abstract boolean asBoolean() throws IllegalStateException; in asBoolean() method in MutableOptionValue
79 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionStringValue
121 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionDoubleValue
178 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionLongValue
230 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionIntValue
274 boolean asBoolean() { in asBoolean() method in MutableOptionValue.MutableOptionBooleanValue
316 boolean asBoolean() { in asBoolean() method in MutableOptionValue.MutableOptionIntArrayValue
361 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionEnumValue
DAbstractMutableOptions.java169 return value.asBoolean(); in getBoolean()