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;
191 return Traits::Get(&impl_, key) != kPersistentContainerNotFound;
234 PersistentValueReference() : value_(kPersistentContainerNotFound) { }
242 return value_ == kPersistentContainerNotFound;
249 value_ = kPersistentContainerNotFound;
340 bool hasValue = value != kPersistentContainerNotFound;
555 return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound;