Searched defs:isEmpty (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DVectorImpl.h56 inline bool isEmpty() const { return mCount == 0; } function in class:android::VectorImpl
H A DSortedVector.h63 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::SortedVector
H A DKeyedVector.h46 inline bool isEmpty() const { return mVector.isEmpty(); } function in class:android::KeyedVector
H A DVector.h63 inline bool isEmpty() const { return VectorImpl::isEmpty(); } function in class:android::Vector
/system/security/keystore/
H A Dkeystore.cpp570 bool isEmpty() const { function in class:KeyStore
1058 return keyStore->isEmpty() ? KEY_NOT_FOUND : NO_ERROR;

Completed in 392 milliseconds