Home
last modified time | relevance | path

Searched defs:Bools (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs671 struct Bools { struct
672 binder_died: Arc<AtomicBool>,
673 binder_dealloc: Arc<AtomicBool>,
676 impl Bools { impl
697 fn register_death_notification(binder: &mut SpIBinder) -> (Bools, DeathRecipient) { in register_death_notification()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DODRHash.h47 llvm::SmallVector<bool, 128> Bools; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DODRHash.h48 llvm::SmallVector<bool, 128> Bools; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DODRHash.h48 llvm::SmallVector<bool, 128> Bools; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DODRHash.h48 llvm::SmallVector<bool, 128> Bools; variable
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_test.go412 Bools []bool `protobuf:"1"` member