Lines Matching refs:kPersistentContainerNotFound
29 static const uintptr_t kPersistentContainerNotFound = 0;
60 PersistentContainerValue old_value = kPersistentContainerNotFound;
69 if (it == impl->end()) return kPersistentContainerNotFound;
74 if (it == impl->end()) return kPersistentContainerNotFound;
195 return Traits::Get(&impl_, key) != kPersistentContainerNotFound;
238 PersistentValueReference() : value_(kPersistentContainerNotFound) { }
247 return value_ == kPersistentContainerNotFound;
254 value_ = kPersistentContainerNotFound;
346 bool hasValue = value != kPersistentContainerNotFound;
560 return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound;