type gopkg.in/yaml.v2.yaml_tag_directive_t

16 uses

	gopkg.in/yaml.v2 (current package)
		apic.go#L273: 	tag_directives []yaml_tag_directive_t,
		emitterc.go#L174: func yaml_emitter_append_tag_directive(emitter *yaml_emitter_t, value *yaml_tag_directive_t, allow_duplicates bool) bool {
		emitterc.go#L186: 	tag_copy := yaml_tag_directive_t{
		emitterc.go#L920: func yaml_emitter_analyze_tag_directive(emitter *yaml_emitter_t, tag_directive *yaml_tag_directive_t) bool {
		parserc.go#L236: 		var tag_directives []yaml_tag_directive_t
		parserc.go#L1007: var default_tag_directives = []yaml_tag_directive_t{
		parserc.go#L1015: 	tag_directives_ref *[]yaml_tag_directive_t) bool {
		parserc.go#L1018: 	var tag_directives []yaml_tag_directive_t
		parserc.go#L1042: 			value := yaml_tag_directive_t{
		parserc.go#L1075: func yaml_parser_append_tag_directive(parser *yaml_parser_t, value yaml_tag_directive_t, allow_duplicates bool, mark yaml_mark_t) bool {
		parserc.go#L1087: 	value_copy := yaml_tag_directive_t{
		yamlh.go#L15: type yaml_tag_directive_t struct {
		yamlh.go#L280: 	tag_directives []yaml_tag_directive_t
		yamlh.go#L393: 	tag_directives_data  []yaml_tag_directive_t
		yamlh.go#L589: 	tag_directives []yaml_tag_directive_t // The list of TAG directives.
		yamlh.go#L684: 	tag_directives []yaml_tag_directive_t // The list of tag directives.