Searched refs:_Mode (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 142 …CryptoStreamBuf::seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode) in seekoff() argument 144 if (_Mode & std::ios_base::in) { in seekoff() 147 if (_Mode & std::ios_base::out) { in seekoff() 150 return StreamBufProxy::seekoff(_Off, _Way, _Mode); in seekoff() 153 std::streampos CryptoStreamBuf::seekpos(pos_type _Pos, std::ios_base::openmode _Mode) in seekpos() argument 155 if (_Mode & std::ios_base::in) { in seekpos() 158 if (_Mode & std::ios_base::out) { in seekpos() 161 return StreamBufProxy::seekpos(_Pos, _Mode); in seekpos()
|
A D | CryptoStreamBuf.h | 38 …ekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode = std::ios_base::i… 39 …std::streampos seekpos(pos_type _Pos, std::ios_base::openmode _Mode = std::ios_base::in | std::ios…
|
/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); 84 …pos_type seekpos(pos_type _Pos, std::ios_base::openmode _Mode = std::ios_base::in | std::ios_base:… 86 return _Sbuf->pubseekpos(_Pos, _Mode);
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_baro_ifx_dps310.c | 275 typedef enum _Mode enum
|
Completed in 6 milliseconds