Home
last modified time | relevance | path

Searched defs:money_get_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.cc371 struct money_get_shim : std::money_get<_CharT>, __shim struct
373 typedef typename std::money_get<_CharT>::iter_type iter_type;
374 typedef typename std::money_get<_CharT>::char_type char_type;
375 typedef typename std::money_get<_CharT>::string_type string_type;
378 money_get_shim(const facet* f) : __shim(f) { } in money_get_shim() function
381 do_get(iter_type s, iter_type end, bool intl, ios_base& io, in do_get()
396 do_get(iter_type s, iter_type end, bool intl, ios_base& io, in do_get()
476 template struct money_get_shim<char>; variable
484 template struct money_get_shim<wchar_t>; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc371 struct money_get_shim : std::money_get<_CharT>, __shim struct
373 typedef typename std::money_get<_CharT>::iter_type iter_type;
374 typedef typename std::money_get<_CharT>::char_type char_type;
375 typedef typename std::money_get<_CharT>::string_type string_type;
378 money_get_shim(const facet* f) : __shim(f) { } in money_get_shim() argument
381 do_get(iter_type s, iter_type end, bool intl, ios_base& io, in do_get()
396 do_get(iter_type s, iter_type end, bool intl, ios_base& io, in do_get()
476 template class money_get_shim<char>; variable
484 template class money_get_shim<wchar_t>; variable