Searched defs:__t (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _time_facets.c | 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { in _STLP_WEAK() 281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { in __get_short_or_long_dayname() 292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { in __get_short_or_long_monthname() 307 tm* __t) const { in do_get_date() 331 tm* __t) const { in do_get_time() 351 tm* __t) const { in do_get_year() 370 tm *__t) const { in do_get_weekday() 387 tm *__t) const { in do_get_monthname()
|
H A D | _time_facets.h | 141 ios_base::iostate& __err, tm* __t) const in get_time() 144 ios_base::iostate& __err, tm* __t) const in get_date() 147 ios_base::iostate& __err, tm* __t) const in get_weekday() 150 ios_base::iostate& __err, tm* __t) const in get_monthname() 153 ios_base::iostate& __err, tm* __t) const in get_year()
|
H A D | _deque.c | 382 void deque<_Tp,_Alloc>::_M_push_back_aux_v(const value_type& __t) { in _M_push_back_aux_v() 412 void deque<_Tp,_Alloc>::_M_push_front_aux_v(const value_type& __t) { in _M_push_front_aux_v()
|
H A D | _algo.c | 435 _EuclideanRingElement __t = __m % __n; in __gcd() local 609 _Distance __t = __n; in __random_sample() local 631 _Distance __t = __n; in __random_sample() local
|
/reactos/sdk/include/c++/stlport/stl/debug/ |
H A D | _tree.h | 172 void swap(_Self& __t) { in swap()
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | time_facets.cpp | 386 time_t __t = mktime(__CONST_CAST(tm*, t)); in __write_formatted_timeT() local
|