Searched refs:kNoKey (Results 1 – 10 of 10) sorted by relevance
132 vector<size_t> enqueued(ns, kNoKey); in Prune()149 enqueued[s] = kNoKey; in Prune()173 if (enqueued[arc.nextstate] == kNoKey) { in Prune()267 enqueued.push_back(kNoKey); in Prune()275 enqueued[s] = kNoKey; in Prune()304 enqueued.push_back(kNoKey); in Prune()308 if (enqueued[arc.nextstate] == kNoKey) in Prune()
65 const static K kNoKey = -1; variable173 first_.first = kNoKey; in Init()180 if (first_.first == kNoKey) in Size()192 if (first_.first == kNoKey) {238 return first_.first == SparseTupleWeight<W, K>::kNoKey; in Done()
51 static const int kNoKey = -1; variable
225 key_.push_back(kNoKey); in Enqueue()234 key_[heap_.Pop()] = kNoKey; in Dequeue()242 if (s >= key_.size() || key_[s] == kNoKey) { in Update()
188 static const Var kNoKey = kNoVar; member218 const Var EffectsBase<Var, kNoVar>::SplayTreeConfig::kNoKey;
213 Node dummy_node(Config::kNoKey, Config::NoValue()); in Splay()
1989 static const AddressRange kNoKey; member1999 const AddressRange SplayTreeConfig::kNoKey = {0, 0}; member in v8::internal::GDBJITInterface::SplayTreeConfig
633 static const int kNoKey; member in TestConfig646 const int TestConfig::kNoKey = 0; member in TestConfig
293 static const uc32 kNoKey; variable
6179 const uc32 DispatchTable::Config::kNoKey = unibrow::Utf8::kBadChar; member in v8::internal::DispatchTable::Config