Home | History | Annotate | Download | only in bits

Lines Matching defs:num_get

1547     // String literal of acceptable (narrow) input, for num_get.
1904 * @brief Primary class template num_get.
1911 * The num_get template uses protected virtual functions to provide the
1914 * implement the behavior they require from the num_get facet.
1917 class num_get : public locale::facet
1938 num_get(size_t __refs = 0) : facet(__refs) { }
1944 * num_get::do_get().
1973 * by calling num_get::do_get().
2037 * by calling num_get::do_get().
2078 * by calling num_get::do_get().
2107 virtual ~num_get() { }
2237 locale::id num_get<_CharT, _InIter>::id;