Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dwire_format.h56 static constexpr bool IsValidKey(uint64_t key) { in IsValidKey() function
/aosp_15_r20/external/leveldb/db/
H A Dskiplist_test.cc172 static bool IsValidKey(Key k) { in IsValidKey() function in leveldb::ConcurrentTest