HomeSort by relevance Sort by last modified time
    Searched refs:kNoKey (Results 1 - 12 of 12) 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 224 key_.push_back(kNoKey);
233 key_[heap_.Pop()] = kNoKey;
241 if (s >= key_.size() || key_[s] == kNoKey) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 45 static const int kNoKey = -1;
queue.h 204 key_.push_back(kNoKey);
209 key_[heap_.Pop()] = kNoKey;
213 if (s >= (StateId)key_.size() || key_[s] == kNoKey) {
  /external/v8/src/
splay-tree-inl.h 229 Node dummy_node(Config::kNoKey, Config::NoValue());
profile-generator.h 263 static const Key kNoKey;
    [all...]
jsregexp.h 393 static const uc16 kNoKey;
    [all...]
profile-generator.cc 498 const CodeMap::CodeTreeConfig::Key CodeMap::CodeTreeConfig::kNoKey = NULL;
    [all...]
jsregexp.cc     [all...]
  /external/v8/test/cctest/
test-regexp.cc 533 static const int kNoKey;
546 const int TestConfig::kNoKey = 0;
    [all...]

Completed in 1308 milliseconds