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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DServer.cpp99 for (connectionIterator_t iterator = peerConnections.begin();
100 iterator != peerConnections.end();
101 ++iterator) {
102 Connection *connection = (*iterator);
161 connectionIterator_t iterator = peerConnections.begin(); local
162 while ( (iterator != peerConnections.end())
164 Connection *connection = (*iterator);
168 ++iterator;
184 iterator = peerConnections.erase(iterator);
227 connectionIterator_t iterator = peerConnections.begin(); local
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DDevice.cpp186 wsmIterator_t iterator; local
188 for (iterator = wsmL2List.begin(); iterator != wsmL2List.end(); ++iterator) {
189 if (pWsm == *iterator) {
206 iterator = wsmL2List.erase(iterator);
218 for ( wsmIterator_t iterator = wsmL2List.begin();
219 iterator != wsmL2List.end();
220 ++iterator) {
[all...]
/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 293 milliseconds