Searched defs:kInvalidIndex (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
H A Dgraph_types.cc21 const Vertex::Index Vertex::kInvalidIndex = static_cast<Vertex::Index>(-1); member in class:chromeos_update_engine::Vertex
H A Dtarjan.cc31 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 Dgraph_types.h78 static const Vertex::Index kInvalidIndex; member in struct:chromeos_update_engine::Vertex

Completed in 71 milliseconds