Home
last modified time | relevance | path

Searched defs:peek_ch (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs201 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
[all …]