Home
last modified time | relevance | path

Searched defs:indexedToken (Results 1 – 2 of 2) sorted by relevance

/external/licenseclassifier/v2/
Ddocument.go34 type indexedToken struct { struct
35 Line int // line position of this token in the source
36 ID tokenID // identifier of the text in the dictionary
Dsearchset.go91 func generateHashes(h hash, q int, toks []indexedToken, dict *dictionary) ([]uint32, tokenRanges) {