Searched refs:_Way (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/oss/src/utils/ |
A D | StreamBuf.h | 79 …pos_type seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode = std::… 81 return _Sbuf->pubseekoff(_Off, _Way, _Mode);
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 142 std::streampos CryptoStreamBuf::seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::… in seekoff() argument 150 return StreamBufProxy::seekoff(_Off, _Way, _Mode); in seekoff()
|
A D | CryptoStreamBuf.h | 38 …std::streampos seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode =…
|
Completed in 3 milliseconds