Searched refs:yaml_parser_fetch_flow_collection_start (Results 1 – 1 of 1) sorted by relevance
251 return yaml_parser_fetch_flow_collection_start(parser, YAML_FLOW_SEQUENCE_START_TOKEN); in yaml_parser_fetch_next_token()254 return yaml_parser_fetch_flow_collection_start(parser, YAML_FLOW_MAPPING_START_TOKEN); in yaml_parser_fetch_next_token()582 unsafe fn yaml_parser_fetch_flow_collection_start( in yaml_parser_fetch_flow_collection_start() function