Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LineCount (0.16 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/cache/DiskLruCache.kt

            )
          }
    
          var lineCount = 0
          while (true) {
            try {
              readJournalLine(readUtf8LineStrict())
              lineCount++
            } catch (_: EOFException) {
              break // End of journal.
            }
          }
    
          redundantOpCount = lineCount - lruEntries.size
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg go/token, method (*File) AddLine(int)
    pkg go/token, method (*File) AddLineInfo(int, string, int)
    pkg go/token, method (*File) Base() int
    pkg go/token, method (*File) Line(Pos) int
    pkg go/token, method (*File) LineCount() int
    pkg go/token, method (*File) Name() string
    pkg go/token, method (*File) Offset(Pos) int
    pkg go/token, method (*File) Pos(int) Pos
    pkg go/token, method (*File) Position(Pos) Position
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top