Home
last modified time | relevance | path

Searched refs:kPersistentContainerNotFound (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-util.h29 static const uintptr_t kPersistentContainerNotFound = 0; member
60 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set()
69 if (it == impl->end()) return kPersistentContainerNotFound; in Get()
74 if (it == impl->end()) return kPersistentContainerNotFound; in Remove()
191 return Traits::Get(&impl_, key) != kPersistentContainerNotFound; in Contains()
234 PersistentValueReference() : value_(kPersistentContainerNotFound) { } in PersistentValueReference()
242 return value_ == kPersistentContainerNotFound; in IsEmpty()
249 value_ = kPersistentContainerNotFound; in Reset()
340 bool hasValue = value != kPersistentContainerNotFound; in SetReturnValueFromVal()
555 return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound; in Get()
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h29 static const uintptr_t kPersistentContainerNotFound = 0; member
60 PersistentContainerValue old_value = kPersistentContainerNotFound; in Set()
69 if (it == impl->end()) return kPersistentContainerNotFound; in Get()
74 if (it == impl->end()) return kPersistentContainerNotFound; in Remove()
195 return Traits::Get(&impl_, key) != kPersistentContainerNotFound; in Contains()
238 PersistentValueReference() : value_(kPersistentContainerNotFound) { } in PersistentValueReference()
247 return value_ == kPersistentContainerNotFound; in IsEmpty()
254 value_ = kPersistentContainerNotFound; in Reset()
346 bool hasValue = value != kPersistentContainerNotFound; in SetReturnValueFromVal()
560 return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound; in Get()
[all...]

Completed in 4 milliseconds