Searched defs:const_iterator (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7800 // will be viable (since both C::iterator* and C::const_iterator* are
7803 // the type of argument 0. If C::iterator or C::const_iterator is not
7809 // Note that we look for both C::iterator and C::const_iterator. The
7817 // IsContainerTest(typename C::const_iterator*) and
7823 typename C::const_iterator* /* const_it */ = NULL) {
7929 typedef const Element* const_iterator; typedef in class:testing::internal::NativeArray
7952 const_iterator begin() const { return array_; }
7953 const_iterator end() const { return array_ + size_; }
9279 // const_iterator of the container. When const_iterator i
[all...]

Completed in 106 milliseconds