Home
last modified time | relevance | path

Searched defs:asBool (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
H A DCommandInterceptor.java167 private final boolean asBool(String val) { in asBool() method in CommandInterceptor
/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h590 virtual const Bool* asBool() const { return nullptr; }; in asBool() function
607 const Bool* asBool() const override { return this; } in asBool() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp1014 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()
H A Dslang_rs_reflection.cpp1918 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()