Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dbuilder.rs86 return Err(Error::ErrNotStarted); in start_check()
130 Section::NotStarted => return Err(Error::ErrNotStarted), in increment_section_count()
146 return Err(Error::ErrNotStarted); in add_question()
163 return Err(Error::ErrNotStarted); in check_resource_section()
198 return Err(Error::ErrNotStarted); in finish()
H A Dparser.rs46 return Err(Error::ErrNotStarted); in check_advance()
334 return Err(Error::ErrNotStarted); in resource_body()
H A Dmessage_test.rs457 assert_eq!(err, Error::ErrNotStarted, "{name}"); in test_resource_not_started()
672 assert_eq!(err, Error::ErrNotStarted); in test_skip_not_started()
841 Error::ErrNotStarted, in test_start_error()
976 Error::ErrNotStarted, in test_builder_resource_error()
986 Error::ErrNotStarted, in test_builder_resource_error()
996 Error::ErrNotStarted, in test_builder_resource_error()
1030 let want = Error::ErrNotStarted; in test_finish_error()
/webrtc/mdns/src/
H A Derror.rs21 ErrNotStarted, enumerator