Searched refs:theReadLen (Results 1 – 3 of 3) sorted by relevance
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/ |
H A D | Standard_ReadLineBuffer.hxx | 173 size_t& theReadLen) in readStream() argument 175 theReadLen = (size_t )theStream.read (myReadBuffer.data(), theLen).gcount(); in readStream() 183 size_t& theReadLen) in readStream() argument 185 theReadLen = ::fread (myReadBuffer.data(), 1, theLen, theStream); in readStream()
|
/dports/cad/opencascade/opencascade-7.6.0/inc/ |
H A D | Standard_ReadLineBuffer.hxx | 279 size_t& theReadLen) in readStream() argument 281 theReadLen = (size_t )theStream.read (&myReadBuffer.front(), theLen).gcount(); in readStream() 289 size_t& theReadLen) in readStream() argument 291 theReadLen = ::fread (&myReadBuffer.front(), 1, theLen, theStream); in readStream()
|
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/ |
H A D | Standard_ReadLineBuffer.hxx | 279 size_t& theReadLen) in readStream() argument 281 theReadLen = (size_t )theStream.read (&myReadBuffer.front(), theLen).gcount(); in readStream() 289 size_t& theReadLen) in readStream() argument 291 theReadLen = ::fread (&myReadBuffer.front(), 1, theLen, theStream); in readStream()
|