Lines Matching defs:peek_ch
201 let peek_ch = match eat_whitespace_until_not!(self) { in parse_bool() localVariable
229 let peek_ch = match eat_whitespace_until_not!(self) { in de_parse_number() localVariable
263 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_any() localVariable
389 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_bytes() localVariable
417 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_option() localVariable
438 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_unit() localVariable
481 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_seq() localVariable
535 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_map() localVariable
587 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_enum() localVariable
666 let peek_ch = match eat_whitespace_until_not!(self.deserializer) { in next_element_seed() localVariable
711 let peek_ch = match eat_whitespace_until_not!(self.deserializer) { in next_key_seed() localVariable