Home
last modified time | relevance | path

Searched refs:_M_extract (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
Distream-inst.cc56 template istream& istream::_M_extract(unsigned short&);
57 template istream& istream::_M_extract(unsigned int&);
58 template istream& istream::_M_extract(long&);
59 template istream& istream::_M_extract(unsigned long&);
60 template istream& istream::_M_extract(bool&);
62 template istream& istream::_M_extract(long long&);
63 template istream& istream::_M_extract(unsigned long long&);
65 template istream& istream::_M_extract(float&);
66 template istream& istream::_M_extract(double&);
67 template istream& istream::_M_extract(long double&);
[all …]
Dlocale-inst.cc58 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>,
64 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>,
/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_istream.h179 { return _M_extract(__n); } in _GLIBCXX_BEGIN_NAMESPACE()
186 { return _M_extract(__n); } in _GLIBCXX_BEGIN_NAMESPACE()
193 { return _M_extract(__n); } in _GLIBCXX_BEGIN_NAMESPACE()
197 { return _M_extract(__n); } in _GLIBCXX_BEGIN_NAMESPACE()
201 { return _M_extract(__n); } in _GLIBCXX_BEGIN_NAMESPACE()
206 { return _M_extract(__n); } in _GLIBCXX_BEGIN_NAMESPACE()
210 { return _M_extract(__n); } in _GLIBCXX_BEGIN_NAMESPACE()
215 { return _M_extract(__f); } in _GLIBCXX_BEGIN_NAMESPACE()
219 { return _M_extract(__f); } in _GLIBCXX_BEGIN_NAMESPACE()
223 { return _M_extract(__f); } in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
/freebsd-12-stable/contrib/libstdc++/include/bits/
Distream.tcc93 _M_extract(_ValueT& __v) in _M_extract() function in basic_istream
120 _M_extract(__l); in operator >>()
140 _M_extract(__l); in operator >>()
1005 extern template istream& istream::_M_extract(unsigned short&);
1006 extern template istream& istream::_M_extract(unsigned int&);
1007 extern template istream& istream::_M_extract(long&);
1008 extern template istream& istream::_M_extract(unsigned long&);
1009 extern template istream& istream::_M_extract(bool&);
1011 extern template istream& istream::_M_extract(long long&);
1012 extern template istream& istream::_M_extract(unsigned long long&);
[all …]
Dlocale_facets.tcc1334 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, in _M_extract() function in money_get
1554 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get()
1555 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get()
1568 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
1569 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
1586 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
1587 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
Dlocale_facets.h4174 _M_extract(iter_type __s, iter_type __end, ios_base& __io,
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dhashtable_policy.h705 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { } in _GLIBCXX_BEGIN_NAMESPACE()
721 { return _M_ranged_hash(_M_extract(__p->_M_v), __n); } in _GLIBCXX_BEGIN_NAMESPACE()
726 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_BEGIN_NAMESPACE()
740 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_BEGIN_NAMESPACE()
746 _ExtractKey _M_extract; in _GLIBCXX_BEGIN_NAMESPACE()
784 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_BEGIN_NAMESPACE()
800 { return _M_h2(_M_h1(_M_extract(__p->_M_v)), __n); } in _GLIBCXX_BEGIN_NAMESPACE()
805 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_BEGIN_NAMESPACE()
819 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_BEGIN_NAMESPACE()
826 _ExtractKey _M_extract; in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
Dhashtable882 const key_type& __k = this->_M_extract(__v);
913 const key_type& __k = this->_M_extract(__v);
940 const key_type& __k = this->_M_extract(__v);
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-2004788 (money_get<>::_M_extract): Minor stylistic tweak: consistently
1127 (money_get<>::_M_extract)): Likewise, in money_base::value.
4410 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4419 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4553 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4796 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4843 * include/bits/locale_facets.tcc (money_get<>::_M_extract,
4848 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4865 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4952 num_get<>::_M_extract_int, money_get<>::_M_extract): If appropriate,
[all …]
DChangeLog314 * include/bits/ostream.tcc: Likewise for _M_extract.
DChangeLog-20002546 * bits/locale_facets.tcc (num_get::_M_extract): Clean up generic
3223 * bits/locale_facets.tcc (_M_extract): Only figure out the base
3647 * bits/locale_facets.tcc (num_get<char>::_M_extract): Fix for hex.
3676 * bits/locale_facets.tcc (num_get<char>::_M_extract): Fix signage,
3858 * bits/locale_facets.tcc (num_get::_M_extract): Change char* to
5477 * bits/locale_facets.tcc (num_get::_M_extract): Add the freaking
5494 * bits/locale_facets.tcc (num_get::_M_extract): Change to fix
5570 * bits/locale_facets.tcc (_M_extract): Have consistency between
DChangeLog-19991098 * bits/locale_facets.tcc (_M_extract): Finish off patch from yesterday.
1124 * bits/locale_facets.tcc (_M_extract): Tweaks for preliminary
1126 * bits/locale_facets.h: Change _M_extract prototype.
2534 * bits/locfacets.h (num_get::_M_extract): Don't allow groupings to
2662 * bits/locfacets.h (num_get::_M_extract): New functin:
DChangeLog-2001712 * include/bits/locale_facets.tcc (num_get::_M_extract): Remove.
715 * src/locale.cc (num_get::_M_extract): Remove.
1731 * src/locale.cc (num_get::_M_extract): Use it.
3873 * include/bits/locale_facets.tcc (_M_extract): Cache dereference
DChangeLog-20065509 * include/std/std_istream.h (basic_istream<>::_M_extract): New.
5515 * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
5523 * src/istream-inst.cc: Add _M_extract instantiations.
DChangeLog-20051961 num_get<>::_M_extract_float, money_get<>::_M_extract):
3665 num_put::do_put(bool), money_get::_M_extract,