gopkg.in/yaml.v2.yaml_emitter_t.tag_data (field)
22 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L774: len(emitter.tag_data.handle) +
emitterc.go#L775: len(emitter.tag_data.suffix) +
emitterc.go#L782: len(emitter.tag_data.handle) +
emitterc.go#L783: len(emitter.tag_data.suffix)
emitterc.go#L789: len(emitter.tag_data.handle) +
emitterc.go#L790: len(emitter.tag_data.suffix)
emitterc.go#L800: no_tag := len(emitter.tag_data.handle) == 0 && len(emitter.tag_data.suffix) == 0
emitterc.go#L840: emitter.tag_data.handle = []byte{'!'}
emitterc.go#L863: if len(emitter.tag_data.handle) == 0 && len(emitter.tag_data.suffix) == 0 {
emitterc.go#L866: if len(emitter.tag_data.handle) > 0 {
emitterc.go#L867: if !yaml_emitter_write_tag_handle(emitter, emitter.tag_data.handle) {
emitterc.go#L870: if len(emitter.tag_data.suffix) > 0 {
emitterc.go#L871: if !yaml_emitter_write_tag_content(emitter, emitter.tag_data.suffix, false) {
emitterc.go#L880: if !yaml_emitter_write_tag_content(emitter, emitter.tag_data.suffix, false) {
emitterc.go#L974: emitter.tag_data.handle = tag_directive.handle
emitterc.go#L975: emitter.tag_data.suffix = tag[len(tag_directive.prefix):]
emitterc.go#L979: emitter.tag_data.suffix = tag
emitterc.go#L1136: emitter.tag_data.handle = nil
emitterc.go#L1137: emitter.tag_data.suffix = nil
yamlh.go#L708: tag_data struct {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |