Home
last modified time | relevance | path

Searched defs:streamoff (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dios.h34 using streamoff = long int; // for char_traits in <string> variable
36 using streamoff = long long; // for char_traits in <string> variable
/freebsd/contrib/llvm-project/libcxx/include/__ios/
H A Dfpos.h31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function