/device/generic/vulkan-cereal/fake-android-guest/utils/ |
D | List.h | 178 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef 198 inline const_iterator begin() const { in begin() 199 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext())); in begin() 204 inline const_iterator end() const { in end() 205 return const_iterator(const_cast<_Node const*>(mpMiddle)); in end() 224 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() 321 const_iterator firstSrc = right.begin(); 322 const_iterator lastSrc = right.end();
|
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/containers/ |
D | mru_cache.h | 69 typedef typename PayloadList::const_iterator const_iterator; typedef 135 typename KeyIndex::const_iterator index_iter = index_.find(key); in Peek() 141 const_iterator Peek(const KeyType &key) const in Peek() 143 typename KeyIndex::const_iterator index_iter = index_.find(key); in Peek() 206 const_iterator begin() const { return ordering_.begin(); } in begin() 208 const_iterator end() const { return ordering_.end(); } in end()
|
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/base/ |
D | flat_set.h | 47 using const_iterator = typename std::vector<T>::const_iterator; variable 58 const_iterator find(T value) const { in find() 90 const_iterator begin() const { return entries_.begin(); } in begin() 91 const_iterator end() const { return entries_.end(); } in end()
|
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/ |
D | small_set.h | 32 using const_iterator = typename std::array<DataType, Size>::const_iterator; 51 const_iterator begin() const { return arr_.cbegin(); } in begin() 52 const_iterator end() const { return arr_.cbegin() + filled_; } in end()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_select.h | 39 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()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | AttributeMap.h | 53 typedef std::map<EGLAttrib, EGLAttrib>::const_iterator const_iterator; typedef 55 const_iterator begin() const; 56 const_iterator end() const;
|
D | Program.h | 175 using const_iterator = std::unordered_map<std::string, GLuint>::const_iterator; variable 176 const_iterator begin() const; 177 const_iterator end() const; 195 using const_iterator = std::unordered_map<std::string, ProgramBinding>::const_iterator; variable 196 const_iterator begin() const; 197 const_iterator end() const;
|
D | AttributeMap.cpp | 71 AttributeMap::const_iterator AttributeMap::begin() const in begin() 76 AttributeMap::const_iterator AttributeMap::end() const in end()
|
D | ResourceMap.h | 65 typename HashMap::const_iterator hashIndex, 71 typename HashMap::const_iterator mHashIndex; 280 typename ResourceMap<ResourceType, IDType>::HashMap::const_iterator hashIndex, in Iterator()
|
/device/generic/goldfish-opengl/android-emu/android/base/containers/ |
D | SmallVector.h | 84 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/vulkan-cereal/base/ |
D | SmallVector.h | 84 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/vulkan-cereal/third-party/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 121 for (ExpectationSet::const_iterator it = in RetireAllPreRequisites() 143 for (ExpectationSet::const_iterator it = in AllPrerequisitesAreSatisfied() 163 for (ExpectationSet::const_iterator it = in FindUnsatisfiedPrerequisites() 508 for (UntypedExpectations::const_iterator it = in GetHandleOf() 529 for (UntypedExpectations::const_iterator it = in VerifyAndClearExpectationsLocked() 619 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry() 767 for (FunctionMockers::const_iterator it = mockers.begin(); in VerifyAndClearExpectationsLocked() 855 for (FunctionMockers::const_iterator it = mockers.begin(); in ClearDefaultActionsLocked()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/ |
D | EglDisplay.cpp | 338 for (ConfigsList::const_iterator it = m_configs.begin(); in initConfigurations() 358 for(ConfigsList::const_iterator it = m_configs.begin(); in getConfig() 372 SurfacesHndlMap::const_iterator it = m_surfaces.find(hndl); in getSurface() 382 ContextsHndlMap::const_iterator it = m_contexts.find(hndl); in getContext() 431 for(ConfigsList::const_iterator it = m_configs.begin(); in getConfig() 448 for(ConfigsList::const_iterator it = m_configs.begin(); in getConfigs() 471 for(ConfigsList::const_iterator it = m_configs.begin(); in doChooseConfigs() 551 ImagesHndlMap::const_iterator i( m_eglImages.find(hndl) ); in getImage()
|
/device/generic/vulkan-cereal/third-party/angle/src/common/ |
D | FixedVector.h | 32 using const_iterator = typename Storage::const_iterator; variable 60 const_iterator begin() const; 63 const_iterator end() const; 209 typename FixedVector<T, N, Storage>::const_iterator FixedVector<T, N, Storage>::begin() const in begin() 221 typename FixedVector<T, N, Storage>::const_iterator FixedVector<T, N, Storage>::end() const in end()
|
D | FastVector.h | 33 using const_iterator = const T *; variable 59 const_iterator begin() const; 62 const_iterator end() const; 243 ANGLE_INLINE typename FastVector<T, N, Storage>::const_iterator FastVector<T, N, Storage>::begin() in begin() 256 ANGLE_INLINE typename FastVector<T, N, Storage>::const_iterator FastVector<T, N, Storage>::end() in end()
|
D | PackedEnums.h | 108 using const_iterator = typename Storage::const_iterator; variable 110 using const_reverse_iterator = std::reverse_iterator<const_iterator>; 118 const_iterator begin() const noexcept { return mPrivateData.begin(); } in begin() 120 const_iterator end() const noexcept { return mPrivateData.end(); } in end()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | TextureSharedData.h | 56 using const_iterator = MapType::const_iterator; member
|
D | KeyedVectorUtils.h | 31 typename std::map<K, V>::const_iterator it = m.find(key);
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | StringView.h | 130 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/vulkan-cereal/third-party/googletest/googletest/src/ |
D | gtest-typed-test.cc | 63 typedef RegisteredTestsMap::const_iterator RegisteredTestIter; in VerifyRegisteredTestNames() 71 for (std::vector<std::string>::const_iterator name_it = name_vec.begin(); in VerifyRegisteredTestNames()
|
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/ |
D | integer_sequence_codec.h | 43 std::array<int, kNumPossibleRanges>::const_iterator ISERangeBegin(); 44 std::array<int, kNumPossibleRanges>::const_iterator ISERangeEnd();
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/ |
D | ObjectNameSpace.h | 116 ObjectDataMap::const_iterator objDataMapBegin() const; 117 ObjectDataMap::const_iterator objDataMapEnd() const;
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 586 typedef Expectation::Set::const_iterator const_iterator; typedef 628 const_iterator begin() const { return expectations_.begin(); } in begin() 629 const_iterator end() const { return expectations_.end(); } in end() 917 for (UntypedActions::const_iterator it = untyped_actions_.begin(); in ~TypedExpectation() 988 for (ExpectationSet::const_iterator it = s.begin(); it != s.end(); ++it) { in After() 1151 for (ExpectationSet::const_iterator it = unsatisfied_prereqs.begin(); in ExplainMatchResultTo() 1582 for (UntypedOnCallSpecs::const_iterator it = in ClearDefaultActionsLocked()
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/ |
D | MacroExpander.cpp | 53 TokenVector::const_iterator mIter; 167 MacroSet::const_iterator iter = mMacroSet->find(token->text); in lex() 487 Macro::Parameters::const_iterator iter = in replaceMacroParams()
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 626 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name); in GetCodeLocation() 952 class = typename C::const_iterator> 995 using value_type = decltype(*std::declval<typename C::const_iterator>()); 1101 typedef const Element* const_iterator; 1125 const_iterator begin() const { return array_; } 1126 const_iterator end() const { return array_ + size_; }
|