Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/debug_tree/src/
Dlib.rs487 fn is_tree_enabled(&self) -> bool { in is_tree_enabled() method
547 fn is_tree_enabled(&self) -> bool { in is_tree_enabled() method
560 pub fn is_tree_enabled<T: AsTree>(tree: &T) -> bool { in is_tree_enabled() function