Home
last modified time | relevance | path

Searched refs:kNoKey (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/include/fst/
Dprune.h132 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()
Dsparse-tuple-weight.h65 const static K kNoKey = -1; variable
173 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()
Dheap.h51 static const int kNoKey = -1; variable
Dqueue.h225 key_.push_back(kNoKey); in Enqueue()
234 key_[heap_.Pop()] = kNoKey; in Dequeue()
242 if (s >= key_.size() || key_[s] == kNoKey) { in Update()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dheap.h45 static const int kNoKey = -1; variable
Dqueue.h204 key_.push_back(kNoKey); in Enqueue()
209 key_[heap_.Pop()] = kNoKey; in Dequeue()
213 if (s >= (StateId)key_.size() || key_[s] == kNoKey) { in Update()
/external/v8/src/
Dsplay-tree-inl.h229 Node dummy_node(Config::kNoKey, Config::NoValue()); in Splay()
Dprofile-generator.h263 static const Key kNoKey; member
Djsregexp.h393 static const uc16 kNoKey; variable
Dprofile-generator.cc498 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL; member in v8::internal::CodeMap::CodeTreeConfig
Djsregexp.cc4727 const uc16 DispatchTable::Config::kNoKey = unibrow::Utf8::kBadChar; member in v8::internal::DispatchTable::Config
/external/v8/test/cctest/
Dtest-regexp.cc533 static const int kNoKey; member in TestConfig
546 const int TestConfig::kNoKey = 0; member in TestConfig