Home | History | Annotate | Download | only in bits

Lines Matching defs:string_type

1643       typedef basic_string<_CharT>	string_type;
1751 * This function returns a string_type containing the text
1755 * @return string_type representing printed form of true.
1757 string_type
1764 * This function returns a string_type containing the text
1768 * @return string_type representing printed form of false.
1770 string_type
1819 * Returns a string_type containing the text representation for true
1823 * @return string_type representing printed form of true.
1825 virtual string_type
1832 * Returns a string_type containing the text representation for false
1836 * @return string_type representing printed form of false.
1838 virtual string_type
1872 typedef basic_string<_CharT> string_type;