Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dlexer_impl.rs502 pub fn next_json_char_value(&mut self) -> LexerResult<char> { in next_json_char_value() method
/external/rust/crates/protobuf-support/src/lexer/
Dlexer_impl.rs488 pub fn next_json_char_value(&mut self) -> LexerResult<char> { in next_json_char_value() method