Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/rust/hci/custom_types/
Dlib.rs21 pub fn is_empty(&self) -> bool { in is_empty() method
/system/tools/aidl/
Daidl_to_cpp_common.cpp235 bool is_empty = false; in GenerateParcelableComparisonOperators() local
/system/bt/stack/smp/
Dsmp_keys.cc68 static bool is_empty(tSMP_LOC_OOB_DATA* data) { in is_empty() function
/system/security/keystore2/src/
Dlegacy_blob.rs806 pub fn is_empty(&self) -> Result<bool> { in is_empty() method