Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/
Devent.rs398 let none_bool: Option<bool> = None; in option_values() localVariable
434 let none_bool: &Option<bool> = &None; in option_ref_values() localVariable
470 let none_bool: &mut Option<bool> = &mut None; in option_ref_mut_values() localVariable
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c1644 none_bool(PyObject *v) in none_bool() function