func gopkg.in/yaml.v2.yaml_emitter_process_tag

4 uses

	gopkg.in/yaml.v2 (current package)
		emitterc.go#L690: 	if !yaml_emitter_process_tag(emitter) {
		emitterc.go#L711: 	if !yaml_emitter_process_tag(emitter) {
		emitterc.go#L728: 	if !yaml_emitter_process_tag(emitter) {
		emitterc.go#L862: func yaml_emitter_process_tag(emitter *yaml_emitter_t) bool {