Home | History | Annotate | Download | only in bits

Lines Matching refs:string_type

1648       typedef basic_string<_CharT>	string_type;
1757 * This function returns a string_type containing the text
1761 * @return string_type representing printed form of true.
1763 string_type
1770 * This function returns a string_type containing the text
1774 * @return string_type representing printed form of false.
1776 string_type
1825 * Returns a string_type containing the text representation for true
1829 * @return string_type representing printed form of true.
1831 virtual string_type
1838 * Returns a string_type containing the text representation for false
1842 * @return string_type representing printed form of false.
1844 virtual string_type
1878 typedef basic_string<_CharT> string_type;