Searched refs:found_in_vector (Results 1 – 1 of 1) sorted by relevance
922 bool found_in_vector[kVectorSize] = {false}; in VectorIsCorrupt() local925 if (e < 0 || e >= static_cast<int>(kVectorSize) || found_in_vector[e]) { in VectorIsCorrupt()928 found_in_vector[e] = true; in VectorIsCorrupt()