Searched refs:kPersistentContainerNotFound (Results 1 – 1 of 1) sorted by relevance
23 static const uintptr_t kPersistentContainerNotFound = 0; variable56 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set()65 if (it == impl->end()) return kPersistentContainerNotFound; in Get()70 if (it == impl->end()) return kPersistentContainerNotFound; in Remove()187 return Traits::Get(&impl_, key) != kPersistentContainerNotFound;241 PersistentValueReference() : value_(kPersistentContainerNotFound) { }249 return value_ == kPersistentContainerNotFound;256 value_ = kPersistentContainerNotFound;340 bool hasValue = value != kPersistentContainerNotFound;547 return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound;