Home | History | Annotate | Download | only in stl

Lines Matching refs:string_type

59   typedef string                 string_type;
65 string_type get(catalog __c, int __set, int __msgid,
66 const string_type& __dfault) const
78 virtual string_type do_get(catalog __c, int __set, int __msgid,
79 const string_type& __dfault) const
92 typedef wstring string_type;
98 inline string_type get(catalog __c, int __set, int __msgid,
99 const string_type& __dfault) const
111 virtual string_type do_get(catalog __c, int __set, int __msgid,
112 const string_type& __dfault) const
127 typedef string string_type;
135 virtual string_type do_get(catalog __c, int __set, int __msgid,
136 const string_type& __dfault) const;
155 typedef wstring string_type;
163 virtual string_type do_get(catalog __c, int __set, int __msgid,
164 const string_type& __dfault) const;