- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for skipSpaces (0.07 seconds)
-
internal/s3select/jstream/decoder.go
// look ahead for ] - if the array is empty. if c = d.skipSpaces(); c == ']' { goto out } scan: if v, err = d.emitAny(); err != nil { goto out } if d.depth > d.emitDepth { // skip alloc for array if it won't be emitted array = append(array, v) } // next token must be ',' or ']' switch c = d.skipSpaces(); c { case ',': d.skipSpaces() goto scan case ']': goto outCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 13.4K bytes - Click Count (0) -
api/go1.txt
pkg fmt, type GoStringer interface, GoString() string pkg fmt, type ScanState interface { Read, ReadRune, SkipSpace, Token, UnreadRune, Width } pkg fmt, type ScanState interface, Read([]uint8) (int, error) pkg fmt, type ScanState interface, ReadRune() (int32, int, error) pkg fmt, type ScanState interface, SkipSpace() pkg fmt, type ScanState interface, Token(bool, func(int32) bool) ([]uint8, error)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)