Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhashtable_policy.h582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { } in _GLIBCXX_VISIBILITY()
598 { return _M_ranged_hash(_M_extract(__p->_M_v), __n); } in _GLIBCXX_VISIBILITY()
603 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_VISIBILITY()
617 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_VISIBILITY()
623 _ExtractKey _M_extract; in _GLIBCXX_VISIBILITY()
661 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_VISIBILITY()
677 { return _M_h2(_M_h1(_M_extract(__p->_M_v)), __n); } in _GLIBCXX_VISIBILITY()
682 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_VISIBILITY()
696 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_VISIBILITY()
703 _ExtractKey _M_extract; in _GLIBCXX_VISIBILITY()
[all …]
Dhashtable.h870 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
901 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
928 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
1060 if (&this->_M_extract((*__slot)->_M_v) != &__k) in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Distream.tcc97 _M_extract(_ValueT& __v) in _M_extract() function in std::basic_istream
1126 extern template istream& istream::_M_extract(unsigned short&);
1127 extern template istream& istream::_M_extract(unsigned int&);
1128 extern template istream& istream::_M_extract(long&);
1129 extern template istream& istream::_M_extract(unsigned long&);
1130 extern template istream& istream::_M_extract(bool&);
1132 extern template istream& istream::_M_extract(long long&);
1133 extern template istream& istream::_M_extract(unsigned long long&);
1135 extern template istream& istream::_M_extract(float&);
1136 extern template istream& istream::_M_extract(double&);
[all …]
Dlocale_facets_nonio.tcc137 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, in _M_extract() function in std::money_get
361 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get()
362 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get()
375 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
376 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
393 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
394 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
413 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get()
414 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get()
Dlocale_facets_nonio.h1648 _M_extract(iter_type __s, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY()
Dstl_tree.h470 _Link_type __node = static_cast<_Link_type>(_M_extract()); in _GLIBCXX_VISIBILITY()
483 _M_extract() in _GLIBCXX_VISIBILITY() function
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Distream169 { return _M_extract(__n); }
176 { return _M_extract(__n); }
183 { return _M_extract(__n); }
187 { return _M_extract(__n); }
191 { return _M_extract(__n); }
196 { return _M_extract(__n); }
200 { return _M_extract(__n); }
215 { return _M_extract(__f); }
219 { return _M_extract(__f); }
223 { return _M_extract(__f); }
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dunordered_set418 return _M_extract(__position.base());
426 return _M_extract(__position);
636 _M_extract(_Base_const_iterator __victim)
1097 return _M_extract(__position.base());
1105 return _M_extract(__position);
1309 _M_extract(_Base_const_iterator __victim)
Dunordered_map531 return _M_extract(__position.base());
539 return _M_extract(__position);
754 _M_extract(_Base_const_iterator __victim)
1251 return _M_extract(__position.base());
1259 return _M_extract(__position);
1471 _M_extract(_Base_const_iterator __victim)
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2004788 (money_get<>::_M_extract): Minor stylistic tweak: consistently
1127 (money_get<>::_M_extract)): Likewise, in money_base::value.
4412 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4421 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4555 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4798 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4845 * include/bits/locale_facets.tcc (money_get<>::_M_extract,
4850 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4867 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4954 num_get<>::_M_extract_int, money_get<>::_M_extract): If appropriate,
[all …]
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-19991097 * bits/locale_facets.tcc (_M_extract): Finish off patch from yesterday.
1123 * bits/locale_facets.tcc (_M_extract): Tweaks for preliminary
1125 * bits/locale_facets.h: Change _M_extract prototype.
2533 * bits/locfacets.h (num_get::_M_extract): Don't allow groupings to
2661 * 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-200643 (money_get<>::_M_extract): Likewise.
5832 * include/std/std_istream.h (basic_istream<>::_M_extract): New.
5838 * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
5846 * src/istream-inst.cc: Add _M_extract instantiations.
DChangeLog-2018969 (unordered_map<>::_M_extract): New.
997 (unordered_multimap<>::_M_extract): New.
1025 (unordered_set<>::_M_extract): New.
1052 (unordered_multiset<>::_M_extract): New.
DChangeLog-20075059 __moneypunct_cache<>::_M_cache, money_get<>::_M_extract,
6496 * include/bits/ostream.tcc: Likewise for _M_extract.
6703 Take care of &_M_extract((*__slot)->_M_v) == &__k.
DChangeLog-20051961 num_get<>::_M_extract_float, money_get<>::_M_extract):
3665 num_put::do_put(bool), money_get::_M_extract,
DChangeLog-2017205 * include/bits/locale_facets_nonio.tcc (money_get::_M_extract): Add
DChangeLog-2008196 _M_extract(iter_type, iter_type, ios_base&, ios_base::iostate&,
DChangeLog2053 * include/bits/istream.tcc (istream::_M_extract(ValueT&)): Use
DChangeLog-20153894 * include/bits/locale_facets_nonio.tcc (money_get::_M_extract,
DChangeLog-20193943 (_Hash_code_base::_M_extract(), _Hash_code_base::_M_ranged_hash())
DChangeLog-20203605 (_Hash_code_base::_M_extract): Remove.