Searched refs:kPersistentContainerNotFound (Results 1 – 1 of 1) sorted by relevance
22 static const uintptr_t kPersistentContainerNotFound = 0; variable55 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set()64 if (it == impl->end()) return kPersistentContainerNotFound; in Get()69 if (it == impl->end()) return kPersistentContainerNotFound; in Remove()186 return Traits::Get(&impl_, key) != kPersistentContainerNotFound;250 PersistentValueReference() : value_(kPersistentContainerNotFound) { }258 return value_ == kPersistentContainerNotFound;265 value_ = kPersistentContainerNotFound;349 bool hasValue = value != kPersistentContainerNotFound;551 return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound;