Home
last modified time | relevance | path

Searched defs:getBoolean (Results 1 – 13 of 13) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DReadBuf.java13 boolean getBoolean(int index); in getBoolean() method
DByteBufferReadWriteBuf.java21 public boolean getBoolean(int index) { in getBoolean() method in ByteBufferReadWriteBuf
DArrayReadWriteBuf.java43 public boolean getBoolean(int index) { in getBoolean() method in ArrayReadWriteBuf
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DBuffers.kt40 public fun getBoolean(index: Int): Boolean in findFirst() method
334 override fun getBoolean(index: Int): Boolean = buffer[index] != 0.toByte() in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
DFlexBuffers.kt632 …internal fun getBoolean(index: Int): Boolean = resolveAt(index) { pos: Int, _: ByteWidth -> buffer… in pos() method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBooleanArrayList.java138 public boolean getBoolean(int index) { in getBoolean() method in BooleanArrayList
DUnsafeUtil.java144 static boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil
202 static boolean getBoolean(boolean[] target, long index) { in getBoolean() method in UnsafeUtil
569 public abstract boolean getBoolean(Object target, long offset); in getBoolean() method in UnsafeUtil.MemoryAccessor
663 public boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil.JvmMemoryAccessor
763 public boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil.Android64MemoryAccessor
883 public boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil.Android32MemoryAccessor
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DContext.js231 getBoolean: function(...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_resourceManager.js274 getBoolean: function(...args) { method
/third_party/skia/third_party/externals/swiftshader/src/System/
DConfigurator.cpp226 bool Configurator::getBoolean(string keyName, string valueName, bool defaultValue) const in getBoolean() function in sw::Configurator
/third_party/skia/third_party/externals/swiftshader/src/Common/
DConfigurator.cpp225 bool Configurator::getBoolean(string keyName, string valueName, bool defaultValue) const in getBoolean() function in sw::Configurator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp40 llvm::Optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
DZ3Solver.cpp759 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anon1bd5c36f0111::Z3Solver