Home
last modified time | relevance | path

Searched refs:errParse (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/debugconsole/
H A Dconsoleparse.h49 class errParse {
59 errParse(const char *found_str, dc_token expected_dct) in errParse() function
70 class errParseString : public errParse
82 : errParse(found_str, DCT_STRING) in errParseString()
95 : errParse(found_str, DCT_STRING) in errParseString()
108 : errParse(found_str, DCT_STRING), expected_tokens(strings) in errParseString()
120 class errParseOverflow : public errParse
126 : errParse(found_str, DCT_STRING), len(_len) in errParseOverflow()
H A Dconsoleparse.cpp384 throw errParse("", DCT_STRING); in dc_maybe_stuff_string()
617 throw errParse("", type); in dc_parse_double()
684 throw errParse(ch, type); in dc_parse_double()
884 throw errParse("", type); in dc_parse_long()
948 throw errParse(ch, type); in dc_parse_long()
962 throw errParse(ch, type); in dc_parse_long()
984 throw errParse("", type); in dc_parse_ulong()
1038 throw errParse(ch, type); in dc_parse_ulong()
1051 throw errParse(ch, type); in dc_parse_ulong()
1265 throw errParse("", DCT_STRING); in dc_stuff_string_white()
[all …]
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/naoina/toml/
H A Ddecode_test.go418 {`intval = _1_000`, lineError(1, errParse), &testStruct{}},
419 {`intval = 1_000_`, lineError(1, errParse), &testStruct{}},
576 {`ints = [ , ]`, lineError(1, errParse), &arrays{}},
577 {`ints = [ , 1 ]`, lineError(1, errParse), &arrays{}},
578 {`ints = [ 1 2 ]`, lineError(1, errParse), &arrays{}},
579 {`ints = [ 1 , , 2 ]`, lineError(1, errParse), &arrays{}},
770 {`[]`, lineError(1, errParse), &testStruct{}},
771 {`[a.]`, lineError(1, errParse), &testStruct{}},
772 {`[a..b]`, lineError(1, errParse), &testStruct{}},
773 {`[.b]`, lineError(1, errParse), &testStruct{}},
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/naoina/toml/
H A Ddecode_test.go418 {`intval = _1_000`, lineError(1, errParse), &testStruct{}},
419 {`intval = 1_000_`, lineError(1, errParse), &testStruct{}},
579 {`ints = [ , ]`, lineError(1, errParse), &arrays{}},
580 {`ints = [ , 1 ]`, lineError(1, errParse), &arrays{}},
581 {`ints = [ 1 2 ]`, lineError(1, errParse), &arrays{}},
582 {`ints = [ 1 , , 2 ]`, lineError(1, errParse), &arrays{}},
773 {`[]`, lineError(1, errParse), &testStruct{}},
774 {`[a.]`, lineError(1, errParse), &testStruct{}},
775 {`[a..b]`, lineError(1, errParse), &testStruct{}},
776 {`[.b]`, lineError(1, errParse), &testStruct{}},
[all …]
/dports/shells/elvish/elvish-0.17.0/pkg/edit/highlight/
H A Dhighlight.go34 tree, errParse := parse.Parse(parse.Source{Name: "[tty]", Code: code}, parse.Config{})
35 if errParse != nil {
36 for _, err := range errParse.(*parse.Error).Entries {
/dports/net/rospo/rospo-0.7.1/vendor/github.com/leodido/go-urn/go-urn-1.2.0/
H A Dmachine.go13 errParse = "parsing error [col %d]" var
180 m.err = fmt.Errorf(errParse, m.p)
197 m.err = fmt.Errorf(errParse, m.p)
214 m.err = fmt.Errorf(errParse, m.p)
231 m.err = fmt.Errorf(errParse, m.p)
255 m.err = fmt.Errorf(errParse, m.p)
279 m.err = fmt.Errorf(errParse, m.p)
303 m.err = fmt.Errorf(errParse, m.p)
1554 m.err = fmt.Errorf(errParse, m.p)
1570 m.err = fmt.Errorf(errParse, m.p)
[all …]
H A Dmachine.go.rl13 errParse = "parsing error [col %d]"
79 m.err = fmt.Errorf(errParse, m.p)
/dports/net/rospo/rospo-0.7.1/vendor/github.com/leodido/go-urn/
H A Dmachine.go13 errParse = "parsing error [col %d]" var
180 m.err = fmt.Errorf(errParse, m.p)
197 m.err = fmt.Errorf(errParse, m.p)
214 m.err = fmt.Errorf(errParse, m.p)
231 m.err = fmt.Errorf(errParse, m.p)
255 m.err = fmt.Errorf(errParse, m.p)
279 m.err = fmt.Errorf(errParse, m.p)
303 m.err = fmt.Errorf(errParse, m.p)
1554 m.err = fmt.Errorf(errParse, m.p)
1570 m.err = fmt.Errorf(errParse, m.p)
[all …]
H A Dmachine.go.rl13 errParse = "parsing error [col %d]"
79 m.err = fmt.Errorf(errParse, m.p)
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/leodido/go-urn/
H A Dmachine.go13 errParse = "parsing error [col %d]" var
180 m.err = fmt.Errorf(errParse, m.p)
197 m.err = fmt.Errorf(errParse, m.p)
214 m.err = fmt.Errorf(errParse, m.p)
231 m.err = fmt.Errorf(errParse, m.p)
255 m.err = fmt.Errorf(errParse, m.p)
279 m.err = fmt.Errorf(errParse, m.p)
303 m.err = fmt.Errorf(errParse, m.p)
1554 m.err = fmt.Errorf(errParse, m.p)
1570 m.err = fmt.Errorf(errParse, m.p)
[all …]
H A Dmachine.go.rl13 errParse = "parsing error [col %d]"
79 m.err = fmt.Errorf(errParse, m.p)
/dports/shells/elvish/elvish-0.17.0/pkg/edit/filter/
H A Dcompile.go20 qn, errParse := parseFilter(q)
22 return filter, diag.Errors(errParse, errCompile)
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go59 r.errParse("Unexpected end of data")
356 r.errParse(err.Error())
366 r.errParse("unterminated string literal")
391 func (r *Lexer) errParse(what string) { func
408 r.errParse("syntax error")
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go60 r.errParse("Unexpected end of data")
357 r.errParse(err.Error())
367 r.errParse("unterminated string literal")
392 func (r *Lexer) errParse(what string) { func
409 r.errParse("syntax error")
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/mailru/easyjson/easyjson-b2ccc519800e/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/mailru/easyjson/jlexer/
H A Dlexer.go64 r.errParse("Unexpected end of data")
348 r.errParse("unterminated string literal")
371 r.errParse(err.Error())
381 r.errParse("unterminated string literal")
406 func (r *Lexer) errParse(what string) { func
423 r.errParse("syntax error")

1234567