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