Searched refs:const_iterator (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.h43 std::vector<PInstruction>::const_iterator begin() const {
46 std::vector<PInstruction>::const_iterator end() const {
H A Dsfn_valuepool.h56 std::map<uint32_t, PValue>::const_iterator begin() const {return m_map.begin();}
57 std::map<uint32_t, PValue>::const_iterator end() const {return m_map.end();}
/xsrc/external/mit/MesaLib/dist/include/android_stub/backtrace/
H A DBacktrace.h176 typedef std::vector<backtrace_frame_data_t>::const_iterator const_iterator; typedef in class:Backtrace
177 const_iterator begin() const { return frames_.begin(); }
178 const_iterator end() const { return frames_.end(); }
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Drange.hpp75 typedef CI const_iterator; typedef in class:clover::detail::basic_range
79 typedef typename std::iterator_traits<const_iterator>::reference
105 const_iterator
110 const_iterator
265 typename super::const_iterator
270 typename super::const_iterator
323 typename super::const_iterator
328 typename super::const_iterator
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-typed-test.cc62 typedef RegisteredTestsMap::const_iterator RegisteredTestIter;
70 for (std::vector<std::string>::const_iterator name_it = name_vec.begin();
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Drange.hpp75 typedef CI const_iterator; typedef in class:clover::detail::basic_range
79 typedef typename std::iterator_traits<const_iterator>::reference
105 const_iterator
110 const_iterator
265 typename super::const_iterator
270 typename super::const_iterator
323 typename super::const_iterator
328 typename super::const_iterator
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-typed-test.cc62 typedef RegisteredTestsMap::const_iterator RegisteredTestIter;
70 for (std::vector<std::string>::const_iterator name_it = name_vec.begin();
H A Dgtest-death-test.cc856 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
1207 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_util.h51 using const_iterator = const_pointer; typedef in class:aco::span
53 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
72 /*! \brief Returns a const_iterator to the begin of the span
75 constexpr const_iterator begin() const noexcept
85 /*! \brief Returns a const_iterator to the end of the span
88 constexpr const_iterator end() const noexcept { return std::next(begin(), length); }
90 /*! \brief Returns a const_iterator to the begin of the span
93 constexpr const_iterator cbegin() const noexcept { return begin(); }
95 /*! \brief Returns a const_iterator to the end of the span
98 constexpr const_iterator cen
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLRendererRoster.cpp89 RendererMap::const_iterator iterator = fRenderers.find(id);
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLRendererRoster.cpp96 RendererMap::const_iterator iterator = fRenderers.begin();
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h602 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
863 // will be viable (since both C::iterator* and C::const_iterator* are
866 // the type of argument 0. If C::iterator or C::const_iterator is not
872 // In C++11 mode we check the existence of a const_iterator and that an
875 // For pre-C++11 that we look for both C::iterator and C::const_iterator.
883 // IsContainerTest(typename C::const_iterator*) and
891 class = typename C::const_iterator>
930 // something is a container is relying on only const_iterator in C++11 and
931 // is relying on both const_iterator and iterator otherwise
934 using value_type = decltype(*std::declval<typename C::const_iterator>());
1040 typedef const Element* const_iterator; typedef in class:testing::internal::NativeArray
[all...]
H A Dgtest-param-util.h310 typename ContainerType::const_iterator iterator)
354 typename ContainerType::const_iterator iterator_;
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h574 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
911 // will be viable (since both C::iterator* and C::const_iterator* are
914 // the type of argument 0. If C::iterator or C::const_iterator is not
920 // Note that we look for both C::iterator and C::const_iterator. The
928 // IsContainerTest(typename C::const_iterator*) and
934 typename C::const_iterator* /* const_it */ = NULL) {
1039 typedef const Element* const_iterator; typedef in class:testing::internal::NativeArray
1063 const_iterator begin() const { return array_; }
1064 const_iterator end() const { return array_ + size_; }
H A Dgtest-param-util.h312 typename ContainerType::const_iterator iterator)
357 typename ContainerType::const_iterator iterator_;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp316 for (uselist::const_iterator N = uses.begin(); N != uses.end(); ++N) {
317 for (vvec::const_iterator V = (*N)->src.begin(); V != (*N)->src.end(); ++V) {
324 for (vvec::const_iterator V = (*N)->dst.begin(); V != (*N)->dst.end(); ++V) {
H A Dsb_ir.h116 typedef typename data_vector::const_iterator const_iterator; typedef in class:r600_sb::sb_set
123 const_iterator begin() const { return vec.begin(); }
124 const_iterator end() const { return vec.end(); }
H A Dsb_dump.cpp305 for(vvec::const_iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp316 for (uselist::const_iterator N = uses.begin(); N != uses.end(); ++N) {
317 for (vvec::const_iterator V = (*N)->src.begin(); V != (*N)->src.end(); ++V) {
324 for (vvec::const_iterator V = (*N)->dst.begin(); V != (*N)->dst.end(); ++V) {
H A Dsb_ir.h116 typedef typename data_vector::const_iterator const_iterator; typedef in class:r600_sb::sb_set
123 const_iterator begin() const { return vec.begin(); }
124 const_iterator end() const { return vec.end(); }
H A Dsb_dump.cpp305 for(vvec::const_iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h788 typedef typename std::map<T, S>::const_iterator l_iterator;
790 typedef typename std::map<S, T>::const_iterator r_iterator;
H A Dnv50_ir.h703 typedef unordered_set<ValueRef *>::const_iterator UseCIterator;
705 typedef std::list<ValueDef *>::const_iterator DefCIterator;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h788 typedef typename std::map<T, S>::const_iterator l_iterator;
790 typedef typename std::map<S, T>::const_iterator r_iterator;
H A Dnv50_ir.h755 typedef unordered_set<ValueRef *>::const_iterator UseCIterator;
757 typedef std::list<ValueDef *>::const_iterator DefCIterator;

Completed in 37 milliseconds

12