Searched defs:ArrayIter (Results 1 – 2 of 2) sorted by relevance
28 template<typename T, typename Container> class ArrayIter; variable164 ArrayIter(Container array, int32_t idx) NO_THREAD_SAFETY_ANALYSIS : array_(array), idx_(idx) { in ArrayIter() function
39 template<typename T, typename C> class ArrayIter; variable