HomeSort by: relevance | last modified time | path
    Searched defs:const_iterator (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/android_stub/backtrace/
Backtrace.h 176 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/dist/src/gallium/frontends/clover/util/
range.hpp 75 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/gallium/state_trackers/clover/util/
range.hpp 75 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/include/gtest/internal/
gtest-internal.h 602 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...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-internal.h 574 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_; }
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_ir.h 116 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(); }
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_ir.h 116 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(); }
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 1184 typedef const value_type* const_iterator; typedef in struct:ImVector
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 1184 typedef const value_type* const_iterator; typedef in struct:ImVector

Completed in 23 milliseconds