gopkg.in/yaml.v2.yaml_parser_t.tag_directives (field)
10 uses
gopkg.in/yaml.v2 (current package)
parserc.go#L321: parser.tag_directives = parser.tag_directives[:0]
parserc.go#L436: for i := range parser.tag_directives {
parserc.go#L437: if bytes.Equal(parser.tag_directives[i].handle, tag_handle) {
parserc.go#L438: tag = append([]byte(nil), parser.tag_directives[i].prefix...)
parserc.go#L1076: for i := range parser.tag_directives {
parserc.go#L1077: if bytes.Equal(value.handle, parser.tag_directives[i].handle) {
parserc.go#L1093: parser.tag_directives = append(parser.tag_directives, value_copy)
yamlh.go#L589: tag_directives []yaml_tag_directive_t // The list of TAG directives.
![]() |
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. |