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

  /external/openfst/src/include/fst/
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;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 45 static const int kNoKey = -1;
  /external/v8/test/cctest/
test-regexp.cc 533 static const int kNoKey;
546 const int TestConfig::kNoKey = 0;
    [all...]
  /external/v8/src/
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...]

Completed in 262 milliseconds