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