google.golang.org/protobuf/internal/encoding/json.Token.ParsedString (method)
15 uses
google.golang.org/protobuf/internal/encoding/json (current package)
decode_token.go#L115: func (t Token) ParsedString() string {
google.golang.org/protobuf/encoding/protojson
decode.go#L349: return pref.ValueOfString(tok.ParsedString()), nil
decode.go#L376: s := strings.TrimSpace(tok.ParsedString())
decode.go#L377: if len(s) != len(tok.ParsedString()) {
decode.go#L408: s := strings.TrimSpace(tok.ParsedString())
decode.go#L409: if len(s) != len(tok.ParsedString()) {
decode.go#L439: s := tok.ParsedString()
decode.go#L488: s := tok.ParsedString()
decode.go#L507: s := tok.ParsedString()
well_known_types.go#L200: typeURL := tok.ParsedString()
well_known_types.go#L294: typeURL = tok.ParsedString()
well_known_types.go#L546: val = pref.ValueOfString(tok.ParsedString())
well_known_types.go#L631: secs, nanos, ok := parseDuration(tok.ParsedString())
well_known_types.go#L813: t, err := time.Parse(time.RFC3339Nano, tok.ParsedString())
well_known_types.go#L868: str := strings.TrimSpace(tok.ParsedString())
![]() |
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. |