Searched defs:not_empty (Results 1 – 3 of 3) sorted by relevance
64 let not_empty = regex_set!(&["ab", "b"]); in len_and_empty() localVariable
98 let mut not_empty = false; in cargo_out_dir() localVariable
716 fn not_empty(s: &&str) -> bool { in not_empty() function