const gopkg.in/yaml.v2.yaml_FLOW_MAPPING_END_TOKEN

7 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L916: 	if token.typ != yaml_FLOW_MAPPING_END_TOKEN {
		parserc.go#L941: 				token.typ != yaml_FLOW_MAPPING_END_TOKEN {
		parserc.go#L948: 		} else if token.typ != yaml_FLOW_MAPPING_END_TOKEN {
		parserc.go#L985: 		if token.typ != yaml_FLOW_ENTRY_TOKEN && token.typ != yaml_FLOW_MAPPING_END_TOKEN {
		scannerc.go#L721: 			yaml_FLOW_MAPPING_END_TOKEN)
		yamlh.go#L131: 	yaml_FLOW_MAPPING_END_TOKEN    // A FLOW-MAPPING-END token.
		yamlh.go#L172: 	case yaml_FLOW_MAPPING_END_TOKEN: