Searched defs:iterator (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.c1305 validateListNode(void *iterator) argument
1307 struct _WsbmListHead *l = (struct _WsbmListHead *)iterator;
1323 validateListNext(struct _ValidateList *list, void *iterator) argument
1327 struct _WsbmListHead *l = (struct _WsbmListHead *)iterator;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7800 // will be viable (since both C::iterator* and C::const_iterator* are
7803 // the type of argument 0. If C::iterator or C::const_iterator is not
7809 // Note that we look for both C::iterator and C::const_iterator. The
7811 // class itself (e.g. you can refer to class iterator as either
7812 // 'iterator' or 'iterator::iterator'). If we look for C::iterator
7814 // iterator is an STL container.
7822 typename C::iterator* /* i
7928 typedef Element* iterator; typedef in class:testing::internal::NativeArray
10160 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
10286 Iterator(const ParamGeneratorInterface<T>* base, typename ContainerType::const_iterator iterator) argument
[all...]

Completed in 156 milliseconds