Home
last modified time | relevance | path

Searched defs:messages_shim (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc441 struct messages_shim : std::messages<_CharT>, __shim struct
443 typedef messages_base::catalog catalog;
444 typedef basic_string<_CharT> string_type;
447 messages_shim(const facet* f) : __shim(f) { } in messages_shim() function
450 do_open(const basic_string<char>& s, const locale& l) const in do_open()
457 do_get(catalog c, int set, int msgid, const string_type& dfault) const in do_get()
466 do_close(catalog c) const in do_close()
478 template struct messages_shim<char>; variable
486 template struct messages_shim<wchar_t>; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc441 struct messages_shim : std::messages<_CharT>, __shim struct
443 typedef messages_base::catalog catalog;
444 typedef basic_string<_CharT> string_type;
447 messages_shim(const facet* f) : __shim(f) { } in messages_shim() argument
450 do_open(const basic_string<char>& s, const locale& l) const in do_open()
457 do_get(catalog c, int set, int msgid, const string_type& dfault) const in do_get()
466 do_close(catalog c) const in do_close()
478 template class messages_shim<char>; variable
486 template class messages_shim<wchar_t>; variable