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

  /system/update_engine/payload_generator/
graph_types.cc 21 const Vertex::Index Vertex::kInvalidIndex = static_cast<Vertex::Index>(-1);
tarjan.cc 31 const vector<Vertex>::size_type kInvalidIndex = -1;
41 it->index = it->lowlink = kInvalidIndex;
50 CHECK_EQ((*graph)[vertex].index, kInvalidIndex);
58 if ((*graph)[vertex_next].index == kInvalidIndex) {
graph_types.h 78 static const Vertex::Index kInvalidIndex;
  /external/libtextclassifier/smartselect/
types.h 26 constexpr int kInvalidIndex = -1;
56 : value(""), start(kInvalidIndex), end(kInvalidIndex), is_padding(true) {}
  /external/v8/src/interpreter/
bytecode-register.h 21 explicit Register(int index = kInvalidIndex) : index_(index) {}
25 bool is_valid() const { return index_ != kInvalidIndex; }
92 static const int kInvalidIndex = kMaxInt;
  /external/v8/src/
global-handles.h 425 return singleton_handles_[singleton] != kInvalidIndex;
444 static const int kInvalidIndex = -1;
  /art/dexdump/
dexdump.cc 785 static const u4 kInvalidIndex = std::numeric_limits<u4>::max();
789 u4 secondary_index = kInvalidIndex;
    [all...]

Completed in 120 milliseconds