const gopkg.in/yaml.v2.yaml_EMIT_BLOCK_MAPPING_KEY_STATE

3 uses

	gopkg.in/yaml.v2 (current package)
		emitterc.go#L257: 	case yaml_EMIT_BLOCK_MAPPING_KEY_STATE:
		emitterc.go#L644: 	emitter.states = append(emitter.states, yaml_EMIT_BLOCK_MAPPING_KEY_STATE)
		yamlh.go#L636: 	yaml_EMIT_BLOCK_MAPPING_KEY_STATE          // Expect the key of a block mapping.