Home
last modified time | relevance | path

Searched refs:UnexpectedEnd (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/semver/src/
Derror.rs6 UnexpectedEnd(Position), enumerator
36 ErrorKind::UnexpectedEnd(pos) => { in fmt()
Dparse.rs187 Err(Error::new(ErrorKind::UnexpectedEnd(pos))) in numeric_identifier()
209 Err(Error::new(ErrorKind::UnexpectedEnd(pos))) in dot()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h216 bool UnexpectedEnd; member
237 UnexpectedEnd = false; in Clear()
263 || UnexpectedEnd in CanUpdate()
D7zHandler.cpp233 if (_db.UnexpectedEnd) v |= kpv_ErrorFlags_UnexpectedEnd; in GetArchiveProperty()
D7zIn.cpp1578 db.UnexpectedEnd = true; in ReadDatabase2()
/external/python/cpython3/Objects/stringlib/
Dcodecs.h577 goto UnexpectedEnd; in STRINGLIB()
595 UnexpectedEnd: in STRINGLIB()