type bufio.Scanner
17 uses
bufio (current package)
scan.go#L30: type Scanner struct {
scan.go#L87: func NewScanner(r io.Reader) *Scanner {
scan.go#L88: return &Scanner{
scan.go#L96: func (s *Scanner) Err() error {
scan.go#L106: func (s *Scanner) Bytes() []byte {
scan.go#L112: func (s *Scanner) Text() string {
scan.go#L135: func (s *Scanner) Scan() bool {
scan.go#L238: func (s *Scanner) advance(n int) bool {
scan.go#L252: func (s *Scanner) setErr(err error) {
scan.go#L267: func (s *Scanner) Buffer(buf []byte, max int) {
scan.go#L279: func (s *Scanner) Split(split SplitFunc) {
github.com/google/pprof/profile
legacy_profile.go#L922: func parseThreadSample(s *bufio.Scanner) (nextl string, addrs []uint64, err error) {
legacy_profile.go#L956: func parseAdditionalSections(s *bufio.Scanner, p *Profile) error {
legacy_profile.go#L974: func parseProcMapsFromScanner(s *bufio.Scanner) ([]*Mapping, error) {
legacy_profile.go#L1028: func (p *Profile) ParseMemoryMapFromScanner(s *bufio.Scanner) error {
github.com/prometheus/procfs
mountstats.go#L319: func parseMountStatsNFS(s *bufio.Scanner, statVersion string) (*MountStatsNFS, error) {
mountstats.go#L495: func parseNFSOperationStats(s *bufio.Scanner) ([]NFSOperationStats, error) {
![]() |
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. |