Home
last modified time | relevance | path

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

/external/rust/crates/regex/tests/
Dset.rs64 let not_empty = regex_set!(&["ab", "b"]); in len_and_empty() localVariable
/external/rust/crates/protobuf-codegen/src/codegen/
Dmod.rs98 let mut not_empty = false; in cargo_out_dir() localVariable
/external/rust/crates/rayon/src/
Dstr.rs716 fn not_empty(s: &&str) -> bool { in not_empty() function