Home
last modified time | relevance | path

Searched defs:KeyDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dkey_descriptor.h26 struct KeyDescriptor { struct
27 uint32_t key_hash;
28 uint32_t transaction_id;
30 EntryState state; // TODO(hepler): Pack into transaction ID? or something?
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h466 using KeyDescriptor = internal::KeyDescriptor; variable