Home
last modified time | relevance | path

Searched refs:_Way (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/oss/src/utils/
A DStreamBuf.h79 …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 DCryptoStreamBuf.cc142 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 DCryptoStreamBuf.h38 …std::streampos seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode =…

Completed in 3 milliseconds