Searched refs:_Ios_Manip_1 (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_iomanip.h35 struct _Ios_Manip_1 { struct
38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg) function in struct:_Ios_Manip_1
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
118 inline _STLP_PRIV _Ios_Manip_1<streamsize> _STLP_CALL
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision;
121 return _STLP_PRIV _Ios_Manip_1<streamsize>(__f, __n);
124 inline _STLP_PRIV _Ios_Manip_1<streamsize> _STLP_CALL
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width;
127 return _STLP_PRIV _Ios_Manip_1<streamsiz
[all...]

Completed in 489 milliseconds