Searched refs:std_streamoff (Results 1 – 1 of 1) sorted by relevance
4480 std::streamoff std_streamoff = stream_->tellg(); in Tell() local4481 off_t rv = static_cast<off_t>(std_streamoff); in Tell()4482 if (static_cast<std::streamoff>(rv) == std_streamoff) { in Tell()