Home | History | Annotate | Download | only in bits

Lines Matching defs:num_get

1559     // String literal of acceptable (narrow) input, for num_get.
1916 * @brief Primary class template num_get.
1923 * The num_get template uses protected virtual functions to provide the
1926 num_get facet.
1929 class num_get : public locale::facet
1950 num_get(size_t __refs = 0) : facet(__refs) { }
1956 * num_get::do_get().
1985 * by calling num_get::do_get().
2049 * by calling num_get::do_get().
2090 * by calling num_get::do_get().
2119 virtual ~num_get() { }
2251 locale::id num_get<_CharT, _InIter>::id;