HomeSort by relevance Sort by last modified time
    Searched refs:kInvalidIndex (Results 1 - 10 of 10) 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;
inplace_generator.h 64 Block() : reader(Vertex::kInvalidIndex), writer(Vertex::kInvalidIndex) {}
159 // If |scratch_vertex| is not kInvalidIndex, removes it from
inplace_generator.cc 213 if (blocks[i].reader == Vertex::kInvalidIndex ||
214 blocks[i].writer == Vertex::kInvalidIndex)
645 if (scratch_vertex != Vertex::kInvalidIndex) {
693 if ((*blocks)[block].*access_type != Vertex::kInvalidIndex) {
714 if (vertex == Vertex::kInvalidIndex) {
752 &graph, Vertex::kInvalidIndex, &blocks, aop.op, aop.name);
757 Vertex::Index scratch_vertex = Vertex::kInvalidIndex;
inplace_generator_unittest.cc 133 // Vertex::kInvalidIndex. This is required by the delta generators.
135 EXPECT_EQ(Vertex::kInvalidIndex, block.reader);
136 EXPECT_EQ(Vertex::kInvalidIndex, block.writer);
477 Vertex::kInvalidIndex));
  /external/v8/src/
global-handles.h 419 return singleton_handles_[singleton] != kInvalidIndex;
438 static const int kInvalidIndex = -1;
global-handles.cc     [all...]
  /external/v8/src/snapshot/
serialize.h 77 static const int kInvalidIndex = -1;
80 // a new entry with new_index as value, and return kInvalidIndex.
85 return kInvalidIndex;
serialize.cc     [all...]

Completed in 106 milliseconds