Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dgraph_types.cc21 const Vertex::Index Vertex::kInvalidIndex = static_cast<Vertex::Index>(-1); member in chromeos_update_engine::Vertex
Dtarjan.cc31 const vector<Vertex>::size_type kInvalidIndex = -1; variable
Dgraph_types.h78 static const Vertex::Index kInvalidIndex; member