Home
last modified time | relevance | path

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

/aosp12/system/nvram/core/include/nvram/core/
H A Dstorage.h32 kNotFound, // The element to be read could not be found. enumerator
/aosp12/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h147 static const ssize_t kNotFound = -1; variable
/aosp12/frameworks/minikin/include/minikin/
H A DSparseBitSet.h68 static const uint32_t kNotFound = ~0u; variable
/aosp12/frameworks/minikin/libs/minikin/
H A DSparseBitSet.cpp23 const uint32_t SparseBitSet::kNotFound; member in minikin::SparseBitSet