Searched refs:yaml_parser_fetch_anchor (Results 1 – 1 of 1) sorted by relevance
662 yaml_parser_fetch_anchor(yaml_parser_t *parser, yaml_token_type_t type);974 return yaml_parser_fetch_anchor(parser, YAML_ALIAS_TOKEN); in yaml_parser_fetch_next_token()979 return yaml_parser_fetch_anchor(parser, YAML_ANCHOR_TOKEN); in yaml_parser_fetch_next_token()1767 yaml_parser_fetch_anchor(yaml_parser_t *parser, yaml_token_type_t type) in yaml_parser_fetch_anchor() function
Completed in 5 milliseconds