const gopkg.in/yaml.v2.yaml_BLOCK_END_TOKEN

9 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L598: 		if token.typ != yaml_BLOCK_ENTRY_TOKEN && token.typ != yaml_BLOCK_END_TOKEN {
		parserc.go#L606: 	if token.typ == yaml_BLOCK_END_TOKEN {
		parserc.go#L647: 			token.typ != yaml_BLOCK_END_TOKEN {
		parserc.go#L696: 			token.typ != yaml_BLOCK_END_TOKEN {
		parserc.go#L703: 	} else if token.typ == yaml_BLOCK_END_TOKEN {
		parserc.go#L747: 			token.typ != yaml_BLOCK_END_TOKEN {
		scannerc.go#L978: 			typ:        yaml_BLOCK_END_TOKEN,
		yamlh.go#L126: 	yaml_BLOCK_END_TOKEN            // A BLOCK-END token.
		yamlh.go#L164: 	case yaml_BLOCK_END_TOKEN: