Home
last modified time | relevance | path

Searched defs:EntryState (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dkey_descriptor.h23 enum class EntryState : bool { kValid, kDeleted }; enum
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h482 using EntryState = internal::EntryState; variable
/external/cronet/stable/net/disk_cache/blockfile/
Ddisk_format.h131 enum EntryState { enum
/external/cronet/tot/net/disk_cache/blockfile/
Ddisk_format.h131 enum EntryState { enum
/external/openthread/src/core/net/
Dmdns.hpp101 typedef otMdnsEntryState EntryState; ///< Host/Service/Key entry state. typedef in ot::Dns::Multicast::Core
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2479 enum EntryState { Vectorize, ScatterVectorize, NeedToGather }; enum
2705 TreeEntry::EntryState EntryState = in newTreeEntry() local
2712 TreeEntry::EntryState EntryState, in newTreeEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1450 enum EntryState { Vectorize, NeedToGather }; enum