Searched defs:kInvalidIndex (Results 1 - 3 of 3) sorted by relevance
/system/update_engine/payload_generator/ | ||
H A D | graph_types.cc | 21 const Vertex::Index Vertex::kInvalidIndex = static_cast<Vertex::Index>(-1); member in class:chromeos_update_engine::Vertex |
H A D | tarjan.cc | 31 const vector<Vertex>::size_type kInvalidIndex = -1; member in namespace:chromeos_update_engine::__anon2672 41 it->index = it->lowlink = kInvalidIndex; 50 CHECK_EQ((*graph)[vertex].index, kInvalidIndex); 58 if ((*graph)[vertex_next].index == kInvalidIndex) { |
H A D | graph_types.h | 78 static const Vertex::Index kInvalidIndex; member in struct:chromeos_update_engine::Vertex |
Completed in 144 milliseconds