Home
last modified time | relevance | path

Searched refs:ErrBufferFull (Results 1 – 4 of 4) sorted by relevance

/webrtc/util/src/buffer/
H A Dbuffer_test.rs182 assert_eq!(err, Error::ErrBufferFull); in test_buffer_limit_count()
202 assert_eq!(Error::ErrBufferFull, err); in test_buffer_limit_count()
240 assert_eq!(Error::ErrBufferFull, err); in test_buffer_limit_size()
265 assert_eq!(Error::ErrBufferFull, err); in test_buffer_limit_size()
324 assert_eq!(result.unwrap_err(), Error::ErrBufferFull, "{name}"); in test_buffer_limit_sizes()
H A Dmod.rs64 return Err(Error::ErrBufferFull); in grow()
140 return Err(Error::ErrBufferFull); in write()
/webrtc/util/src/
H A Derror.rs15 ErrBufferFull, enumerator
/webrtc/srtp/src/session/
H A Dmod.rs174 if util::Error::ErrBufferFull != err { in incoming()