gopkg.in/yaml.v2.parser.expect (method)

10 uses

	gopkg.in/yaml.v2 (current package)
		decode.go#L69: 	p.expect(yaml_STREAM_START_EVENT)
		decode.go#L82: func (p *parser) expect(e yaml_event_type_t) {
		decode.go#L174: 	p.expect(yaml_DOCUMENT_START_EVENT)
		decode.go#L176: 	p.expect(yaml_DOCUMENT_END_EVENT)
		decode.go#L187: 	p.expect(yaml_ALIAS_EVENT)
		decode.go#L197: 	p.expect(yaml_SCALAR_EVENT)
		decode.go#L204: 	p.expect(yaml_SEQUENCE_START_EVENT)
		decode.go#L208: 	p.expect(yaml_SEQUENCE_END_EVENT)
		decode.go#L215: 	p.expect(yaml_MAPPING_START_EVENT)
		decode.go#L219: 	p.expect(yaml_MAPPING_END_EVENT)