Home
last modified time | relevance | path

Searched refs:ValueMatches (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry.h125 Status ValueMatches(std::span<const std::byte> value) const;
/external/pigweed/pw_kvs/
Dentry.cc164 Status Entry::ValueMatches(std::span<const std::byte> value) const { in ValueMatches() function in pw::kvs::internal::Entry
Dkey_value_store.cc656 prior_entry->ValueMatches(value).ok()) { in WriteEntry()