gopkg.in/yaml.v2.yaml_parser_t.stream_end_produced (field)

5 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L57: 	parser.stream_end_produced = parser.tokens[parser.tokens_head].typ == yaml_STREAM_END_TOKEN
		parserc.go#L67: 	if parser.stream_end_produced || parser.error != yaml_NO_ERROR || parser.state == yaml_PARSE_END_STATE {
		scannerc.go#L576: 	if parser.stream_end_produced || parser.error != yaml_NO_ERROR {
		scannerc.go#L594: 		parser.stream_end_produced = true
		yamlh.go#L568: 	stream_end_produced   bool // Have we reached the end of the input stream?