Home | History | Annotate | Download | only in bits

Lines Matching defs:num_get

1546     // String literal of acceptable (narrow) input, for num_get.
1903 * @brief Primary class template num_get.
1910 * The num_get template uses protected virtual functions to provide the
1913 * implement the behavior they require from the num_get facet.
1916 class num_get : public locale::facet
1937 num_get(size_t __refs = 0) : facet(__refs) { }
1943 * num_get::do_get().
1972 * by calling num_get::do_get().
2036 * by calling num_get::do_get().
2077 * by calling num_get::do_get().
2106 virtual ~num_get() { }
2238 locale::id num_get<_CharT, _InIter>::id;