Searched refs:unexpected_eof (Results 1 – 20 of 20) sorted by relevance
113 fn unexpected_eof(&self) -> Result<char, JsonParseError> { in unexpected_eof() method138 self.unexpected_eof() in peek()155 self.unexpected_eof() in consume()164 self.unexpected_eof() in consume_no_skip()
49 return Err(SliceReader::unexpected_eof()); in get_byte_slice()103 fn unexpected_eof() -> Box<::ErrorKind> { in unexpected_eof() method
33 unexpected_eof, enumerator
32 unexpected_eof, enumerator
150 object_error::unexpected_eof); in createEOFError()
168 return object_error::unexpected_eof; in checkOffset()
151 object_error::unexpected_eof); in createEOFError()
175 return errorCodeToError(object_error::unexpected_eof); in checkOffset()
44 case object_error::unexpected_eof: in message()
194 return errorCodeToError(object_error::unexpected_eof); in create()201 return errorCodeToError(object_error::unexpected_eof); in create()
49 EC = object_error::unexpected_eof; in checkSize()1095 return errorCodeToError(object_error::unexpected_eof); in getString()
70 object_error::unexpected_eof); in getHeadEntry()
48 EC = object_error::unexpected_eof; in checkSize()993 return object_error::unexpected_eof; in getString()
72 object_error::unexpected_eof); in getHeadEntry()
45 case object_error::unexpected_eof: in message()
36 EC = object_error::unexpected_eof; in checkSize()47 return object_error::unexpected_eof; in checkOffset()937 return object_error::unexpected_eof; in getString()
622 fn unexpected_eof() -> Box<::ErrorKind> { in test_zero_copy_parse_deserialize_into() method649 return Err(SliceReader::unexpected_eof()); in test_zero_copy_parse_deserialize_into()664 return Err(SliceReader::unexpected_eof()); in test_zero_copy_parse_deserialize_into()678 return Err(SliceReader::unexpected_eof()); in test_zero_copy_parse_deserialize_into()
1312 static void unexpected_eof(void) in unexpected_eof() function1344 if (ISTOK(tkeof)) unexpected_eof(); in expect()1353 if (ISTOK(tkeof)) unexpected_eof(); in skip_to()2341 if (ISTOK(tkeof)) unexpected_eof(); in action()2354 if (ISTOK(tkeof)) unexpected_eof(); in action()