const gopkg.in/yaml.v2.yaml_FLOW_ENTRY_TOKEN

9 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L782: 			if token.typ == yaml_FLOW_ENTRY_TOKEN {
		parserc.go#L839: 		token.typ != yaml_FLOW_ENTRY_TOKEN &&
		parserc.go#L865: 		if token.typ != yaml_FLOW_ENTRY_TOKEN && token.typ != yaml_FLOW_SEQUENCE_END_TOKEN {
		parserc.go#L918: 			if token.typ == yaml_FLOW_ENTRY_TOKEN {
		parserc.go#L940: 				token.typ != yaml_FLOW_ENTRY_TOKEN &&
		parserc.go#L985: 		if token.typ != yaml_FLOW_ENTRY_TOKEN && token.typ != yaml_FLOW_MAPPING_END_TOKEN {
		scannerc.go#L1188: 		typ:        yaml_FLOW_ENTRY_TOKEN,
		yamlh.go#L134: 	yaml_FLOW_ENTRY_TOKEN  // A FLOW-ENTRY token.
		yamlh.go#L176: 	case yaml_FLOW_ENTRY_TOKEN: