const gopkg.in/yaml.v2.yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE

3 uses

	gopkg.in/yaml.v2 (current package)
		emitterc.go#L260: 	case yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE:
		emitterc.go#L620: 		emitter.states = append(emitter.states, yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE)
		yamlh.go#L637: 	yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE // Expect a value for a simple key of a block mapping.