Searched refs:check_token (Results 1 – 8 of 8) sorted by relevance
142 if not self.check_token(DirectiveToken, DocumentStartToken,162 while self.check_token(DocumentEndToken):166 if not self.check_token(StreamEndToken):170 if not self.check_token(DocumentStartToken):196 if self.check_token(DocumentEndToken):209 if self.check_token(DirectiveToken,220 while self.check_token(DirectiveToken):274 if self.check_token(AliasToken):282 if self.check_token(AnchorToken):287 if self.check_token(TagToken):[all …]
35 while loader.check_token():
113 def check_token(self, *choices): member in Scanner
20 def check_token(self, *choices): member in CanonicalScanner222 while not self.check_token(yaml.StreamEndToken):223 if self.check_token(yaml.DirectiveToken, yaml.DocumentStartToken):233 if self.check_token(yaml.DirectiveToken):242 if self.check_token(yaml.AliasToken):246 if self.check_token(yaml.AnchorToken):249 if self.check_token(yaml.TagToken):251 if self.check_token(yaml.ScalarToken):253 elif self.check_token(yaml.FlowSequenceStartToken):256 elif self.check_token(yaml.FlowMappingStartToken):[all …]
338 static int check_token(coap_pdu_t *received) {358 if (!check_token(received)) {
378 coap_bin_const_t check_token; in t_encode_pdu3() local386 check_token = coap_pdu_get_token(pdu); in t_encode_pdu3()387 CU_ASSERT(check_token.length == 15); in t_encode_pdu3()
264 check_token(coap_pdu_t *received) {270 check_token(const coap_pdu_t *received) {
465 def check_token(self, *choices): member in CParser