Home
last modified time | relevance | path

Searched refs:find_token (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/nom/src/
H A Dtraits.rs878 fn find_token(&self, token: T) -> bool; in compare() functions
882 fn find_token(&self, token: u8) -> bool { in find_token() functions
888 fn find_token(&self, token: u8) -> bool { in find_token() functions
889 self.as_bytes().find_token(token) in find_token()
894 fn find_token(&self, token: &u8) -> bool { in find_token() functions
895 self.find_token(*token) in find_token()
900 fn find_token(&self, token: &u8) -> bool { in find_token() functions
901 self.as_bytes().find_token(token) in find_token()
906 fn find_token(&self, token: char) -> bool { in find_token() functions
912 fn find_token( functions
918 fn find_token(&self, token: char) -> bool { find_token() functions
924 fn find_token(&self, token: &char) -> bool { find_token() functions
1115 fn find_token(&self, token: u8) -> bool { find_token() functions
1121 fn find_token(&self, token: &u8) -> bool { find_token() functions
[all...]
/third_party/PyYAML/tests/lib/
H A Dcanonical.py52 self.find_token()
196 def find_token(self): member in CanonicalScanner
/third_party/rust/crates/nom/src/bytes/
H A Dstreaming.rs126 i.split_at_position1(|c| arr.find_token(c), e) in is_not()
162 i.split_at_position1(|c| !arr.find_token(c), e) in is_a()
H A Dcomplete.rs126 i.split_at_position1_complete(|c| arr.find_token(c), e) in is_not()
160 i.split_at_position1_complete(|c| !arr.find_token(c), e) in is_a()
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs96 move |i: I| match (i).iter_elements().next().map(|c| (c, list.find_token(c))) { in one_of()
121 move |i: I| match (i).iter_elements().next().map(|c| (c, !list.find_token(c))) { in none_of()
H A Dcomplete.rs95 move |i: I| match (i).iter_elements().next().map(|c| (c, list.find_token(c))) { in one_of()
119 move |i: I| match (i).iter_elements().next().map(|c| (c, !list.find_token(c))) { in none_of()
/third_party/toybox/toys/pending/
H A Dawk.c817 static int find_token(void) in find_token() function
1042 if (find_token()) { in ascan_opt_div()
1043 TT.scs->tok = find_token(); in ascan_opt_div()
1051 TT.scs->tok = find_token(); in ascan_opt_div()

Completed in 14 milliseconds