Home | History | Annotate | Download | only in bits

Lines Matching defs:num_get

1542     // String literal of acceptable (narrow) input, for num_get.
1902 * The num_get template uses protected virtual functions to provide the
1905 * implement the behavior they require from the num_get facet.
1908 class num_get : public locale::facet
1929 num_get(size_t __refs = 0) : facet(__refs) { }
1935 * num_get::do_get().
1964 * by calling num_get::do_get().
2028 * by calling num_get::do_get().
2069 * by calling num_get::do_get().
2098 virtual ~num_get() { }
2230 locale::id num_get<_CharT, _InIter>::id;