Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/debug_tree/src/
Dtree_config.rs5 pub struct TreeSymbols { struct
7 pub continued: &'static str,
33 pub symbols: TreeSymbols, argument
41 impl TreeSymbols { implementation
180 impl Default for TreeSymbols { implementation
205 pub fn set_tree_config_symbols(x: TreeSymbols) { in set_tree_config_symbols()