Searched refs:found_in_vector (Results 1 – 1 of 1) sorted by relevance
861 bool found_in_vector[kVectorSize] = { false }; in VectorIsCorrupt() local864 if (e < 0 || e >= kVectorSize || found_in_vector[e]) { in VectorIsCorrupt()867 found_in_vector[e] = true; in VectorIsCorrupt()