gopkg.in/yaml.v2.yaml_tag_directive_t.prefix (field)

15 uses

	gopkg.in/yaml.v2 (current package)
		emitterc.go#L188: 		prefix: make([]byte, len(value.prefix)),
		emitterc.go#L191: 	copy(tag_copy.prefix, value.prefix)
		emitterc.go#L376: 				if !yaml_emitter_write_tag_content(emitter, tag_directive.prefix, true) {
		emitterc.go#L922: 	prefix := tag_directive.prefix
		emitterc.go#L973: 		if bytes.HasPrefix(tag, tag_directive.prefix) {
		emitterc.go#L975: 			emitter.tag_data.suffix = tag[len(tag_directive.prefix):]
		parserc.go#L438: 					tag = append([]byte(nil), parser.tag_directives[i].prefix...)
		parserc.go#L1044: 				prefix: token.prefix,
		parserc.go#L1089: 		prefix: make([]byte, len(value.prefix)),
		parserc.go#L1092: 	copy(value_copy.prefix, value.prefix)
		yamlh.go#L17: 	prefix []byte // The tag prefix.