Home
last modified time | relevance | path

Searched refs:IsNewerThan (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry_cache.h53 bool IsNewerThan(uint32_t other_transaction_id) const { in IsNewerThan() function
/external/pigweed/pw_kvs/
Dkey_value_store.cc265 if (metadata.IsNewerThan(last_transaction_id_)) { in InitializeMetadata()