Lines Matching refs:__v

1980 	  ios_base::iostate& __err, bool& __v) const
1981 { return this->do_get(__in, __end, __io, __err, __v); }
2016 ios_base::iostate& __err, long& __v) const
2017 { return this->do_get(__in, __end, __io, __err, __v); }
2021 ios_base::iostate& __err, unsigned short& __v) const
2022 { return this->do_get(__in, __end, __io, __err, __v); }
2026 ios_base::iostate& __err, unsigned int& __v) const
2027 { return this->do_get(__in, __end, __io, __err, __v); }
2031 ios_base::iostate& __err, unsigned long& __v) const
2032 { return this->do_get(__in, __end, __io, __err, __v); }
2037 ios_base::iostate& __err, long long& __v) const
2038 { return this->do_get(__in, __end, __io, __err, __v); }
2042 ios_base::iostate& __err, unsigned long long& __v) const
2043 { return this->do_get(__in, __end, __io, __err, __v); }
2075 ios_base::iostate& __err, float& __v) const
2076 { return this->do_get(__in, __end, __io, __err, __v); }
2080 ios_base::iostate& __err, double& __v) const
2081 { return this->do_get(__in, __end, __io, __err, __v); }
2085 ios_base::iostate& __err, long double& __v) const
2086 { return this->do_get(__in, __end, __io, __err, __v); }
2117 ios_base::iostate& __err, void*& __v) const
2118 { return this->do_get(__in, __end, __io, __err, __v); }
2131 _ValueT& __v) const;
2302 put(iter_type __s, ios_base& __f, char_type __fill, bool __v) const
2303 { return this->do_put(__s, __f, __fill, __v); }
2344 put(iter_type __s, ios_base& __f, char_type __fill, long __v) const
2345 { return this->do_put(__s, __f, __fill, __v); }
2349 unsigned long __v) const
2350 { return this->do_put(__s, __f, __fill, __v); }
2354 put(iter_type __s, ios_base& __f, char_type __fill, long long __v) const
2355 { return this->do_put(__s, __f, __fill, __v); }
2359 unsigned long long __v) const
2360 { return this->do_put(__s, __f, __fill, __v); }
2407 put(iter_type __s, ios_base& __f, char_type __fill, double __v) const
2408 { return this->do_put(__s, __f, __fill, __v); }
2412 long double __v) const
2413 { return this->do_put(__s, __f, __fill, __v); }
2433 const void* __v) const
2434 { return this->do_put(__s, __f, __fill, __v); }
2440 char __mod, _ValueT __v) const;
2450 _ValueT __v) const;
2480 do_put(iter_type, ios_base&, char_type __fill, bool __v) const;
2483 do_put(iter_type, ios_base&, char_type __fill, long __v) const;
2490 do_put(iter_type, ios_base&, char_type __fill, long long __v) const;
2497 do_put(iter_type, ios_base&, char_type __fill, double __v) const;
2502 __do_put(iter_type, ios_base&, char_type __fill, double __v) const;
2505 do_put(iter_type, ios_base&, char_type __fill, long double __v) const;
2509 do_put(iter_type, ios_base&, char_type __fill, const void* __v) const;
2514 do_put(iter_type, ios_base&, char_type __fill, long double __v) const;