/external/stlport/stlport/stl/ |
D | _num_get.c | 494 locale::id num_get<_CharT, _InputIterator>::id; 499 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, in do_get() 523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() 529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() 537 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() 543 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() 550 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() 557 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() 564 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() 571 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, in do_get() [all …]
|
D | _num_get.h | 56 class num_get: public locale::facet { 61 explicit num_get(size_t __refs = 0): locale::facet(__refs) {} in facet() 126 ~num_get() {} in ~num_get() 177 _STLP_EXPORT_TEMPLATE_CLASS num_get<char, istreambuf_iterator<char, char_traits<char> > >; variable 180 _STLP_EXPORT_TEMPLATE_CLASS num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
|
D | _facets_fwd.h | 28 class num_get; variable
|
D | _locale.h | 331 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, cha… 339 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_…
|
D | _numpunct.h | 45 template <class _Ch, class _InIt> class num_get; variable
|
D | _istream.c | 191 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > _Num_get; in __get_num()
|
/external/clang/test/Parser/ |
D | cxx-member-crash.cpp | 11 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > class num_get; 13 …template<typename _CharT, typename _InIter> _InIter num_get<_CharT, _InIter>:: _M_extr…
|
/external/stlport/src/ |
D | num_get.cpp | 107 template class num_get<char, istreambuf_iterator<char, char_traits<char> > >; variable 111 template class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >; variable
|
D | locale_impl.cpp | 232 num_get<char, istreambuf_iterator<char, char_traits<char> > >::id); in insert_numeric_facets() 235 num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id); in insert_numeric_facets() 577 num_get<char, istreambuf_iterator<char, char_traits<char> > >::id._M_index = 10; in _Stl_loc_assign_ids() 585 num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id._M_index = 23; in _Stl_loc_assign_ids() 641 new num_get<char, istreambuf_iterator<char, char_traits<char> > >(1), in make_classic_locale() 655 new num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(1), in make_classic_locale() 737 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, cha… in _GetFacetId() 738 { return num_get<char, istreambuf_iterator<char, char_traits<char> > >::id; } in _GetFacetId() 740 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_… in _GetFacetId() 741 { return num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id; } in _GetFacetId()
|
D | locale.cpp | 336 impl->insert( i2, _STLP_STD::num_get<char, istreambuf_iterator<char, char_traits<char> > >::id); in locale() 340 …impl->insert( i2, _STLP_STD::num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > … in locale()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 31 …ctype<char>"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > … 43 …%"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"s…
|
/external/llvm/test/CodeGen/X86/ |
D | pr1505b.ll | 6 …ctype<char>"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > … 17 …%"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"s…
|
D | negate-add-zero.ll | 94 …ctype<char>"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > … 104 …%"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"s…
|
/external/stlport/ |
D | Android.mk | 17 src/num_get.cpp \
|
/external/stlport/stlport/using/ |
D | locale | 37 using _STLP_NEW_IO_NAMESPACE::num_get;
|
/external/oprofile/libregex/tests/ |
D | mangled-name.in | 383 std::num_get<char, std::istreambuf_iterator<char> > 384 num_get<char> 385 std::num_get<wchar_t, std::istreambuf_iterator<wchar_t> > 386 num_get<wchar_t>
|
/external/oprofile/libregex/ |
D | stl.pat.in | 151 # num_get<..., ostream_iterator<...> > but this can't compile so no big deal
|
/external/stlport/etc/ |
D | ChangeLog | 1047 numpunct and num_get, looks like it is useless with current 1053 since fix above regarding numpunct/num_get friend relation. 1068 declaration in several facet classes. Moreover, num_get, num_put, 1564 used in a num_get context. 1862 * stlport/stl/_num_get_.c: Small refactoring, all num_get::do_get for 2340 * locale_impl.cpp, monetary.cpp, num_get.cpp, num_put.cpp, 2438 Add _GetFacetId overloads for money_get, money_put, num_get, num_put, 2444 * src/monetary.cpp, num_get.cpp, num_put.cpp, time_facets.cpp: Add 2497 * stlport/stl/_istream.c: Removed useless cast to num_get facet.
|
D | ChangeLog-4.0 | 128 * num_get.cpp : included <ostream> to get external symbols right. 158 * _numeric_facets.h - num_put<> , num_get<> virtual members made outline to work
|
D | ChangeLog-5.1 | 83 num_get facet is instantiated with something else than the 1755 num_get<char, const char*>, num_get<wchar_t, const wchar_t*> 4543 * src/num_get.cpp: Removed unused _Initialize_get_digit function and 6744 for the locale support. At creation it tests the num_put, num_get, money_put, 8032 …* num_get<> : extra get() and do_get() members for "int" and "short" removed; istream operators ch… 8034 … * _itreambuf_iterator.h/_ostreambuf_iterator.h introduced to decouple those from num_get/num_put
|