Searched refs:out_index (Results 1 – 2 of 2) sorted by relevance
39 typename vector<T>::size_type* out_index) { in IndexOf() argument42 if (out_index) { in IndexOf()43 *out_index = i; in IndexOf()
284 typename std::vector<T>::size_type* out_index) { in VectorIndexOf() argument291 *out_index = it - vect.begin(); in VectorIndexOf()