HomeSort by relevance Sort by last modified time
    Searched refs:kNoKey (Results 1 - 11 of 11) sorted by null

  /external/openfst/src/include/fst/
prune.h 132 vector<size_t> enqueued(ns, kNoKey);
149 enqueued[s] = kNoKey;
173 if (enqueued[arc.nextstate] == kNoKey) {
267 enqueued.push_back(kNoKey);
275 enqueued[s] = kNoKey;
304 enqueued.push_back(kNoKey);
308 if (enqueued[arc.nextstate] == kNoKey)
heap.h 51 static const int kNoKey = -1;
sparse-tuple-weight.h 58 // K is the key value type. kNoKey(-1) is reserved for internal use
65 const static K kNoKey = -1;
173 first_.first = kNoKey;
180 if (first_.first == kNoKey)
192 if (first_.first == kNoKey) {
238 return first_.first == SparseTupleWeight<W, K>::kNoKey;
queue.h 225 key_.push_back(kNoKey);
234 key_[heap_.Pop()] = kNoKey;
242 if (s >= key_.size() || key_[s] == kNoKey) {
  /external/v8/src/
effects.h 190 static const Var kNoKey = kNoVar;
220 const Var EffectsBase<Var, kNoVar>::SplayTreeConfig::kNoKey;
profile-generator.h 231 static const Key kNoKey;
splay-tree-inl.h 213 Node dummy_node(Config::kNoKey, Config::NoValue());
profile-generator.cc 351 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL;
jsregexp.h 351 static const uc16 kNoKey;
    [all...]
jsregexp.cc     [all...]
  /external/v8/test/cctest/
test-regexp.cc 536 static const int kNoKey;
549 const int TestConfig::kNoKey = 0;
    [all...]

Completed in 1327 milliseconds