Home
last modified time | relevance | path

Searched refs:DumpPredicate (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig/src/
Ddump.rs117 pub type DumpPredicate = dyn Fn(&ProtoParsedFlag) -> bool; typedef
119 pub fn create_filter_predicate(filter: &str) -> Result<Box<DumpPredicate>> { in create_filter_predicate() argument
127 fn create_filter_predicate_single(filter: &str) -> Result<Box<DumpPredicate>> { in create_filter_predicate_single() argument
Dcommands.rs28 use crate::dump::{DumpFormat, DumpPredicate};
320 let filters: Vec<Box<DumpPredicate>> = if filters.is_empty() { in dump_parsed_flags()