Home
last modified time | relevance | path

Searched refs:end_index (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
Dbasic_cstring.hpp136 self_type substr( size_type beg_index, size_type end_index = npos ) const;
558 basic_cstring<CharT>::substr( size_type beg_index, size_type end_index ) const in substr()
562 : end_index > size() in substr()
564 : self_type( m_begin + beg_index, m_begin + end_index ); in substr()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h245 int end_index = 0; in CalculateEndIndex() local
247 end_index++; in CalculateEndIndex()
248 return end_index; in CalculateEndIndex()