Home
last modified time | relevance | path

Searched defs:DumpPredicate (Results 1 – 1 of 1) 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()
127 fn create_filter_predicate_single(filter: &str) -> Result<Box<DumpPredicate>> { in create_filter_predicate_single()