func gopkg.in/yaml.v2.yaml_parser_set_parser_error

6 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L76: func yaml_parser_set_parser_error(parser *yaml_parser_t, problem string, problem_mark yaml_mark_t) bool {
		parserc.go#L180: 		return yaml_parser_set_parser_error(parser, "did not find expected ", token.start_mark)
		parserc.go#L246: 			yaml_parser_set_parser_error(parser,
		parserc.go#L1028: 				yaml_parser_set_parser_error(parser,
		parserc.go#L1033: 				yaml_parser_set_parser_error(parser,
		parserc.go#L1081: 			return yaml_parser_set_parser_error(parser, "found duplicate %TAG directive", mark)