const gopkg.in/yaml.v2.yaml_MAPPING_END_EVENT
12 uses
gopkg.in/yaml.v2 (current package)
apic.go#L364: typ: yaml_MAPPING_END_EVENT,
decode.go#L216: for p.peek() != yaml_MAPPING_END_EVENT {
decode.go#L219: p.expect(yaml_MAPPING_END_EVENT)
emitterc.go#L163: case yaml_STREAM_END_EVENT, yaml_DOCUMENT_END_EVENT, yaml_SEQUENCE_END_EVENT, yaml_MAPPING_END_EVENT:
emitterc.go#L516: if event.typ == yaml_MAPPING_END_EVENT {
emitterc.go#L609: if event.typ == yaml_MAPPING_END_EVENT {
emitterc.go#L760: emitter.events[emitter.events_head+1].typ == yaml_MAPPING_END_EVENT
parserc.go#L708: typ: yaml_MAPPING_END_EVENT,
parserc.go#L885: typ: yaml_MAPPING_END_EVENT,
parserc.go#L958: typ: yaml_MAPPING_END_EVENT,
yamlh.go#L240: yaml_MAPPING_END_EVENT // A MAPPING-END event.
yamlh.go#L254: yaml_MAPPING_END_EVENT: "mapping end",
![]() |
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. |