Searched defs:num_get (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dlocale_facets.h1545 // String literal of acceptable (narrow) input, for num_get.
1902 * @brief Primary class template num_get.
1909 * The num_get template uses protected virtual functions to provide the
1912 * implement the behavior they require from the num_get facet.
1915 class num_get : public locale::facet class in inherits:locale::facet
1936 num_get(size_t __refs = 0) : facet(__refs) { } function in class:num_get
1942 * num_get::do_get().
1971 * by calling num_get::do_get().
2036 * by calling num_get::do_get().
2078 * by calling num_get
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dlocale_facets.h1545 // String literal of acceptable (narrow) input, for num_get.
1902 * @brief Primary class template num_get.
1909 * The num_get template uses protected virtual functions to provide the
1912 * implement the behavior they require from the num_get facet.
1915 class num_get : public locale::facet class in inherits:locale::facet
1936 num_get(size_t __refs = 0) : facet(__refs) { } function in class:num_get
1942 * num_get::do_get().
1971 * by calling num_get::do_get().
2036 * by calling num_get::do_get().
2078 * by calling num_get
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dlocale_facets.h1545 // String literal of acceptable (narrow) input, for num_get.
1902 * @brief Primary class template num_get.
1909 * The num_get template uses protected virtual functions to provide the
1912 * implement the behavior they require from the num_get facet.
1915 class num_get : public locale::facet class in inherits:locale::facet
1936 num_get(size_t __refs = 0) : facet(__refs) { } function in class:num_get
1942 * num_get::do_get().
1971 * by calling num_get::do_get().
2036 * by calling num_get::do_get().
2078 * by calling num_get
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dlocale.cpp212 install(&make<num_get<char> >(1u));
213 install(&make<num_get<wchar_t> >(1u));
410 install_from<num_get<char> >(one);
411 install_from<num_get<wchar_t> >(one);
4373 // num_get helpers
6107 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6108 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
H A Dlocale.cpp212 install(&make<num_get<char> >(1u));
213 install(&make<num_get<wchar_t> >(1u));
410 install_from<num_get<char> >(one);
411 install_from<num_get<wchar_t> >(one);
4373 // num_get helpers
6107 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6108 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 145 milliseconds