Searched defs:not_empty (Results 1 – 8 of 8) sorted by relevance
64 let not_empty = regex_set!(&["ab", "b"]); in len_and_empty() localVariable
50 static char const not_empty[] = "asdfgh"; variable
98 let mut not_empty = false; in cargo_out_dir() localVariable
46 RawAddress not_empty; in TEST() local
957 auto not_empty = DeviceGroups::GetForStorage(addr, group_info); in btif_storage_add_groups() local1008 auto not_empty = CsisClient::GetForStorage(addr, set_info); in btif_storage_update_csis_info() local
53 Address not_empty; in TEST() local
370 auto not_empty = [this] { return !pending_requests_.empty(); }; in getRequestFromQueue() local
716 fn not_empty(s: &&str) -> bool { in not_empty() function