• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/

Lines Matching defs:npos

81       static const size_type	npos = static_cast<size_type>(-1);
181 size_type __n = npos)
223 __s + npos, __a) { }
1115 erase(size_type __pos = 0, size_type __n = npos)
1568 * npos.
1581 * it begins. If not found, returns npos.
1596 * it begins. If not found, returns npos.
1613 * found. If not found, returns npos.
1626 * it begins. If not found, returns npos.
1629 rfind(const __versa_string& __str, size_type __pos = npos) const
1643 * npos.
1656 * where it begins. If not found, returns npos.
1659 rfind(const _CharT* __s, size_type __pos = npos) const
1673 * found. If not found, returns npos.
1676 rfind(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT;
1686 * found. If not found, returns npos.
1703 * returns npos.
1716 * the index where it was found. If not found, returns npos.
1733 * where it was found. If not found, returns npos.
1750 * npos.
1753 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1767 * returns npos.
1780 * the index where it was found. If not found, returns npos.
1783 find_last_of(const _CharT* __s, size_type __pos = npos) const
1797 * found. If not found, returns npos.
1802 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
1813 * the index where it was found. If not found, returns npos.
1830 * found. If not found, returns npos.
1844 * the index where it was found. If not found, returns npos.
1861 * index where it was found. If not found, returns npos.
1876 * npos.
1880 size_type __pos = npos) const _GLIBCXX_NOEXCEPT
1893 * was found. If not found, returns npos.
1907 * npos.
1910 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
1924 * index where it was found. If not found, returns npos.
1927 find_last_not_of(_CharT __c, size_type __pos = npos) const
1943 substr(size_type __pos = 0, size_type __n = npos) const