Searched refs:streamoff (Results 1 – 7 of 7) sorted by relevance
26 streamoff __off_;29 _LIBCPP_HIDE_FROM_ABI fpos(streamoff __off = streamoff()) : __st_(), __off_(__off) {} in __st_() 31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function 36 _LIBCPP_HIDE_FROM_ABI fpos& operator+=(streamoff __off) {41 _LIBCPP_HIDE_FROM_ABI fpos operator+(streamoff __off) const {47 _LIBCPP_HIDE_FROM_ABI fpos& operator-=(streamoff __off) {52 _LIBCPP_HIDE_FROM_ABI fpos operator-(streamoff __off) const {60 inline _LIBCPP_HIDE_FROM_ABI streamoff operator-(const fpos<_StateT>& __x, const fpos<_StateT>& __y) {61 return streamoff(__[all...]
36 using streamoff = long int; // for char_traits in <string> variable38 using streamoff = long long; // for char_traits in <string> variable
83 using off_type = streamoff;177 using off_type = streamoff;
21 typedef OFF_T streamoff;297 typedef std::streamoff streamoff;
30 fpos(streamoff = streamoff());32 operator streamoff() const;37 fpos& operator+=(streamoff);38 fpos operator+ (streamoff) const;39 fpos& operator-=(streamoff);40 fpos operator- (streamoff) const;43 template <class stateT> streamoff operator-(const fpos<stateT>& x, const fpos<stateT>& y);53 using off_type = streamoff;
2741 SYMBOL(streamoff, std::, <ios>)2742 SYMBOL(streamoff, std::, <iostream>)