Searched refs:ValueMatches (Results 1 – 3 of 3) sorted by relevance
125 Status ValueMatches(std::span<const std::byte> value) const;
164 Status Entry::ValueMatches(std::span<const std::byte> value) const { in ValueMatches() function in pw::kvs::internal::Entry
656 prior_entry->ValueMatches(value).ok()) { in WriteEntry()