Home
last modified time | relevance | path

Searched defs:fileParser (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/mock/mockgen/
H A Dparse.go99 type fileParser struct { struct
100 fileSet *token.FileSet
101 imports map[string]string // package name => import path
104 auxFiles []*ast.File
107 srcDir string
110 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
117 func (p *fileParser) parseAuxFiles(auxFiles string) error {
139 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
150 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
186 func (p *fileParser) parsePackage(path string) error {
[all …]
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/golang/mock/mock-1.1.1/mockgen/
H A Dparse.go100 type fileParser struct { struct
101 fileSet *token.FileSet
102 imports map[string]string // package name => import path
105 auxFiles []*ast.File
108 srcDir string
111 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
118 func (p *fileParser) parseAuxFiles(auxFiles string) error {
140 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
151 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
185 func (p *fileParser) parsePackage(path string) error {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/golang/mock/mockgen/
H A Dparse.go103 type fileParser struct { struct
104 fileSet *token.FileSet
105 imports map[string]string // package name => import path
108 auxFiles []*ast.File
111 srcDir string
114 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
121 func (p *fileParser) parseAuxFiles(auxFiles string) error {
143 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
154 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
191 func (p *fileParser) parsePackage(path string) error {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/golang/mock/mockgen/
H A Dparse.go103 type fileParser struct { struct
104 fileSet *token.FileSet
105 imports map[string]string // package name => import path
108 auxFiles []*ast.File
111 srcDir string
114 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
121 func (p *fileParser) parseAuxFiles(auxFiles string) error {
143 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
154 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
191 func (p *fileParser) parsePackage(path string) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/golang/mock/mock-1.4.4/mockgen/
H A Dparse.go103 type fileParser struct { struct
104 fileSet *token.FileSet
105 imports map[string]string // package name => import path
108 auxFiles []*ast.File
111 srcDir string
114 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
121 func (p *fileParser) parseAuxFiles(auxFiles string) error {
143 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
154 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
191 func (p *fileParser) parsePackage(path string) error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/golang/mock/mockgen/
H A Dparse.go103 type fileParser struct { struct
104 fileSet *token.FileSet
105 imports map[string]string // package name => import path
108 auxFiles []*ast.File
111 srcDir string
114 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
121 func (p *fileParser) parseAuxFiles(auxFiles string) error {
143 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
154 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
191 func (p *fileParser) parsePackage(path string) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang/mock/mockgen/
H A Dparse.go130 type fileParser struct { struct
131 fileSet *token.FileSet
135 auxFiles []*ast.File
136 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
138 srcDir string
141 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
148 func (p *fileParser) parseAuxFiles(auxFiles string) error {
170 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
181 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
218 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/
H A Dparse.go134 type fileParser struct { struct
135 fileSet *token.FileSet
139 auxFiles []*ast.File
140 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
142 srcDir string
145 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
152 func (p *fileParser) parseAuxFiles(auxFiles string) error {
174 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
185 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
222 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/
H A Dparse.go134 type fileParser struct { struct
135 fileSet *token.FileSet
139 auxFiles []*ast.File
140 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
142 srcDir string
145 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
152 func (p *fileParser) parseAuxFiles(auxFiles string) error {
174 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
185 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
222 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/golang/mock/mockgen/
H A Dparse.go134 type fileParser struct { struct
135 fileSet *token.FileSet
139 auxFiles []*ast.File
140 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
142 srcDir string
145 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
152 func (p *fileParser) parseAuxFiles(auxFiles string) error {
174 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
185 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
222 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/golang/mock/mockgen/
H A Dparse.go130 type fileParser struct { struct
131 fileSet *token.FileSet
135 auxFiles []*ast.File
136 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
138 srcDir string
141 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
148 func (p *fileParser) parseAuxFiles(auxFiles string) error {
170 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
181 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
218 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/golang/mock/mockgen/
H A Dparse.go130 type fileParser struct { struct
131 fileSet *token.FileSet
135 auxFiles []*ast.File
136 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
138 srcDir string
141 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
148 func (p *fileParser) parseAuxFiles(auxFiles string) error {
170 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
181 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
218 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/golang/mock/mockgen/
H A Dparse.go130 type fileParser struct { struct
131 fileSet *token.FileSet
135 auxFiles []*ast.File
136 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
138 srcDir string
141 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
148 func (p *fileParser) parseAuxFiles(auxFiles string) error {
170 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
181 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
218 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/golang/mock/mockgen/
H A Dparse.go134 type fileParser struct { struct
135 fileSet *token.FileSet
139 auxFiles []*ast.File
140 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
142 srcDir string
145 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
152 func (p *fileParser) parseAuxFiles(auxFiles string) error {
174 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
185 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
222 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/golang/mock/mockgen/
H A Dparse.go130 type fileParser struct { struct
131 fileSet *token.FileSet
135 auxFiles []*ast.File
136 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
138 srcDir string
141 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
148 func (p *fileParser) parseAuxFiles(auxFiles string) error {
170 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
181 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
218 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/golang/mock/mockgen/
H A Dparse.go130 type fileParser struct { struct
131 fileSet *token.FileSet
135 auxFiles []*ast.File
136 auxInterfaces map[string]map[string]*ast.InterfaceType // package (or "") => name => interface
138 srcDir string
141 func (p *fileParser) errorf(pos token.Pos, format string, args ...interface{}) error {
148 func (p *fileParser) parseAuxFiles(auxFiles string) error {
170 func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.File) {
181 func (p *fileParser) parseFile(importPath string, file *ast.File) (*model.Package, error) {
218 func (p *fileParser) parsePackage(path string) (*fileParser, error) {
[all …]
/dports/biology/clustalw/clustalw-2.1/src/fileInput/
H A DFileReader.cpp155 auto_ptr<FileParser> fileParser; // Means we dont need to delete it! in readSeqs() local
426 void FileReader::checkInfile(int *nseqs, auto_ptr<FileParser>& fileParser) in checkInfile()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A Ddmx_io.cpp32 fileParser::fileParser(uint32_t cacheSize) in fileParser() function in fileParser
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A Ddmx_io.cpp32 fileParser::fileParser(uint32_t cacheSize) in fileParser() function in fileParser
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A Ddmx_io.cpp32 fileParser::fileParser(uint32_t cacheSize) in fileParser() function in fileParser
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A Ddmx_io.cpp32 fileParser::fileParser(uint32_t cacheSize) in fileParser() function in fileParser
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DURLParser.py731 def __init__(self, fileParser=None): argument
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DFilterFactory.java374 RegexFileParser fileParser = new RegexFileParser(); in loadModifiers() local
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Q3BSP/
H A DQ3BSPFileImporter.cpp191 Q3BSPFileParser fileParser(mapName, &Archive); in InternReadFile() local
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DQ3BSPFileImporter.cpp198 Q3BSPFileParser fileParser( mapName, &Archive ); in InternReadFile() local

12