Searched refs:tellg (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/
H A DIStreamWrapper.cpp33 IStreamWrapper::tellg() function in class:IStreamWrapper
H A DIStreamWrapper.h21 virtual Int64 tellg();
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfStdIO.cpp130 StdIFStream::tellg () function in class:Imf::StdIFStream
132 return std::streamoff (_is->tellg());
H A DImfIO.h107 // read the first byte in the file, tellg() returns 0.
110 virtual Int64 tellg () = 0;
115 // After calling seekg(i), tellg() returns i.
H A DImfStdIO.h81 virtual Int64 tellg ();
H A DImfTestFile.cpp96 Int64 pos = is.tellg();
H A DImfTileOffsets.cpp120 Int64 tileOffset = is.tellg();
158 Int64 position = is.tellg();
H A DImfScanLineInputFile.cpp247 Int64 position = is.tellg();
253 Int64 lineOffset = is.tellg();
H A DImfTiledInputFile.cpp773 _data->currentPosition = _data->is->tellg();
/haiku-fatelf/src/add-ons/print/drivers/canon_lips/lips3/
H A DCompress3.cpp83 long size = ifs.tellg();
/haiku-fatelf/src/libs/tiff/
H A Dtif_stream.cxx177 return ((long)data->myIS->tellg()) - data->myStreamStartPos;
199 int pos = data->myIS->tellg();
203 len = data->myIS->tellg();
259 data->myStreamStartPos = data->myIS->tellg();
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp157 size = is.tellg();
H A DLprTransport.cpp111 long dfsize = fStream.tellg();
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp95 long fssize = __fs.tellg();
H A DIppContent.cpp935 streampos pos = iss->tellg();
937 fsize = iss->tellg();
/haiku-fatelf/3rdparty/proj2make/
H A Dproj2make.cpp97 uint32 projFileLength = gProjFile.tellg();
/haiku-fatelf/headers/cpp/
H A Diostream.h201 streampos tellg();
/haiku-fatelf/src/libs/stdc++/legacy/
H A Diostream.cc203 streampos istream::tellg() function in class:istream

Completed in 92 milliseconds