gopkg.in/yaml.v2.yaml_emitter_t.state (field)
16 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L213: switch emitter.state {
emitterc.go#L307: emitter.state = yaml_EMIT_FIRST_DOCUMENT_START_STATE
emitterc.go#L402: emitter.state = yaml_EMIT_DOCUMENT_CONTENT_STATE
emitterc.go#L418: emitter.state = yaml_EMIT_END_STATE
emitterc.go#L451: emitter.state = yaml_EMIT_DOCUMENT_START_STATE
emitterc.go#L483: emitter.state = emitter.states[len(emitter.states)-1]
emitterc.go#L531: emitter.state = emitter.states[len(emitter.states)-1]
emitterc.go#L588: emitter.state = emitter.states[len(emitter.states)-1]
emitterc.go#L612: emitter.state = emitter.states[len(emitter.states)-1]
emitterc.go#L677: emitter.state = emitter.states[len(emitter.states)-1]
emitterc.go#L701: emitter.state = emitter.states[len(emitter.states)-1]
emitterc.go#L716: emitter.state = yaml_EMIT_FLOW_SEQUENCE_FIRST_ITEM_STATE
emitterc.go#L718: emitter.state = yaml_EMIT_BLOCK_SEQUENCE_FIRST_ITEM_STATE
emitterc.go#L733: emitter.state = yaml_EMIT_FLOW_MAPPING_FIRST_KEY_STATE
emitterc.go#L735: emitter.state = yaml_EMIT_BLOCK_MAPPING_FIRST_KEY_STATE
yamlh.go#L676: state yaml_emitter_state_t // The current emitter state.
![]() |
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. |