Home
last modified time | relevance | path

Searched refs:const_iterator (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dcache.h53 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; variable
115 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 …]
/device/google/cuttlefish/common/libs/fs/
Dshared_select.h39 typedef std::set<SharedFD>::const_iterator const_iterator; typedef
43 const_iterator begin() const { return value_.begin(); } in begin()
44 const_iterator end() const { return value_.end(); } in end()
Dshared_fd.cpp40 for (SharedFDSet::const_iterator it = input.begin(); it != input.end(); in MarkAll()
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h84 using const_iterator = const T*; variable
97 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
/device/generic/goldfish-opengl/android-emu/android/base/
DStringView.h130 typedef const char* const_iterator; typedef
132 constexpr const_iterator begin() const { return mString; } in begin()
133 constexpr const_iterator end() const { return mString + mSize; } in end()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DKeyedVectorUtils.h31 typename std::map<K, V>::const_iterator it = m.find(key);
DIndexRangeCache.cpp40 IndexRangeMap::const_iterator it = in findRange()
DGLClientState.cpp947 UniformBlockInfoMap::const_iterator it = in numActiveUniformsInUniformBlock()
1111 SharedTextureDataMap::const_iterator it = in getTextureRec()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraHotplugThread.cpp110 Vector<int>::const_iterator it, end; in readyToRun()
234 Vector<int>::const_iterator it, end; in getCameraId()
/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h145 FastHashMap::const_iterator it = fast_hash_map_.find(user_id); in DoVerify()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp182 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()
/device/google/bonito/usb/
DUsb.cpp362 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()
/device/google/wahoo/usb/
DUsb.cpp388 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()
/device/google/crosshatch/usb/
DUsb.cpp364 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()
/device/google/coral/usb/
DUsb.cpp443 std::unordered_map<std::string, bool>::const_iterator portName = in getTypeCPortNamesHelper()