Home
last modified time | relevance | path

Searched refs:FilePortion (Results 1 – 2 of 2) sorted by relevance

/external/starlark-go/syntax/
Dscan.go190 type FilePortion struct { struct
263 if portion, ok := src.(FilePortion); ok {
296 case FilePortion:
Dparse_test.go454 fp := syntax.FilePortion{Content: []byte("print(x.f)"), FirstLine: 2, FirstCol: 4}