Home
last modified time | relevance | path

Searched refs:consume_identifier (Results 1 – 2 of 2) sorted by relevance

/dports/net/krill/krill-0.9.4/cargo-crates/jmespatch-0.3.0/src/
H A Dlexer.rs111 tokens.push_back((pos, self.consume_identifier(ch))) in tokenize()
195 fn consume_identifier(&mut self, first_char: char) -> Token { in consume_identifier() method
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dcs-tokenizer.cs3277 private int consume_identifier (int s) in consume_identifier() method in Mono.CSharp.Tokenizer
3279 int res = consume_identifier (s, false); in consume_identifier()
3287 int consume_identifier (int c, bool quoted) in consume_identifier() method in Mono.CSharp.Tokenizer
3447 return consume_identifier (c); in xtoken()
3887 return consume_identifier (c, true); in xtoken()
3921 return consume_identifier (c); in xtoken()