Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for NewFileSet (0.09 sec)

  1. src/cmd/api/main_test.go

    				log.Printf("%s:%d: unexpected approval\n", filename, i+1)
    				exitCode = 1
    			}
    		}
    		nonblank = append(nonblank, line)
    	}
    	return nonblank
    }
    
    var fset = token.NewFileSet()
    
    type Walker struct {
    	context     *build.Context
    	root        string
    	scope       []string
    	current     *apiPackage
    	deprecated  map[token.Pos]bool
    	features    map[string]bool              // set
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Feb 20 03:25:33 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg go/token, const UnaryPrec ideal-int
    pkg go/token, const VAR Token
    pkg go/token, const XOR Token
    pkg go/token, const XOR_ASSIGN Token
    pkg go/token, func Lookup(string) Token
    pkg go/token, func NewFileSet() *FileSet
    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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    "ringCompressAndEncod", "ringDecodeAndDecompr": "ringDecodeAndDecompr", "ringDecodeAndDecompr": "ringDecodeAndDecompr", } func main() { inputFile := flag.String("input", "", "") outputFile := flag.String("output", "", "") flag.Parse() fset := token.NewFileSet() f, err := parser.ParseFile(fset, *inputFile, nil, parser.SkipObjectResolution|parser.ParseComments) if err != nil { log.Fatal(err) } cmap := ast.NewCommentMap(fset, f, f.Comments) // Drop header comments. cmap[ast.Node(f)] = nil // Remove top-level...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top