func gopkg.in/yaml.v2.yaml_parser_parse_flow_sequence_entry

3 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L140: 		return yaml_parser_parse_flow_sequence_entry(parser, event, true)
		parserc.go#L143: 		return yaml_parser_parse_flow_sequence_entry(parser, event, false)
		parserc.go#L770: func yaml_parser_parse_flow_sequence_entry(parser *yaml_parser_t, event *yaml_event_t, first bool) bool {