Home
last modified time | relevance | path

Searched defs:LazyBool (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/getrandom/src/
Dutil.rs54 pub struct LazyBool(LazyUsize); struct
56 impl LazyBool { implementation
/external/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h115 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 }; enum