Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DSystemData.h265 extern const KeyRef maxUIDKey;
H A DSystemData.cpp586 const KeyRef maxUIDKey = LiteralStringRef("\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff… variable
H A DTaskBucket.actor.cpp148 Key k = wait(tr->getKey(lastLessOrEqual(space.pack(maxUIDKey)), true)); in getTaskKey()
940 Key lastKey = wait(tr->getKey(lastLessOrEqual(futureBucket->prefix.pack(maxUIDKey)))); in isEmpty()