Searched refs:const_iterator (Results 1 – 15 of 15) sorted by relevance
53 ConstIterator(typename MapType::const_iterator current) in ConstIterator()72 typename MapType::const_iterator internal() const { return mCurrent; } in internal()75 typename MapType::const_iterator mCurrent;114 using const_iterator = ConstIterator; variable115 using insert_return_type = std::pair<const_iterator, bool>;139 const_iterator find(const key_type& key) const { in find()140 return const_iterator(mMap.find(key)); in find()143 iterator erase(const_iterator pos) { in erase()163 const_iterator begin() const { in begin()164 return const_iterator(mMap.begin()); in begin()[all …]
39 typedef std::set<SharedFD>::const_iterator const_iterator; typedef43 const_iterator begin() const { return value_.begin(); } in begin()44 const_iterator end() const { return value_.end(); } in end()
40 for (SharedFDSet::const_iterator it = input.begin(); it != input.end(); in MarkAll()
84 using const_iterator = const T*; variable97 const_iterator begin() const { return mBegin; } in begin()98 const_iterator cbegin() const { return mBegin; } in cbegin()101 const_iterator end() const { return mEnd; } in end()102 const_iterator cend() const { return mEnd; } in cend()272 using const_iterator = typename base::const_iterator; variable
130 typedef const char* const_iterator; typedef132 constexpr const_iterator begin() const { return mString; } in begin()133 constexpr const_iterator end() const { return mString + mSize; } in end()
31 typename std::map<K, V>::const_iterator it = m.find(key);
40 IndexRangeMap::const_iterator it = in findRange()
947 UniformBlockInfoMap::const_iterator it = in numActiveUniformsInUniformBlock()1111 SharedTextureDataMap::const_iterator it = in getTextureRec()
110 Vector<int>::const_iterator it, end; in readyToRun()234 Vector<int>::const_iterator it, end; in getCameraId()
145 FastHashMap::const_iterator it = fast_hash_map_.find(user_id); in DoVerify()
182 typedef MemRegionMap::const_iterator mem_region_handle_t;994 for (std::set<buffer_handle_t>::const_iterator i = d->allocated.begin(); in gralloc_device_close()
362 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()
388 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()
364 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()
443 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()