Searched defs:LineFile (Results 1 – 2 of 2) sorted by relevance
257 func testLineTable(t *testing.T, want []LineEntry, files [][]*LineFile, d *Data) {327 func compareFiles(a, b []*LineFile) bool {343 func dumpFiles(t *testing.T, files []*LineFile) {
133 type LineFile struct { struct134 Name string135 Mtime uint64 // Implementation defined modification time, or 0 if unknown136 Length int // File length, or 0 if unknown