OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastimport
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/fix/
fix.go
582
lastImport
= -1
589
lastImport
= i
615
copy(f.Decls[
lastImport
+2:], f.Decls[
lastImport
+1:])
616
f.Decls[
lastImport
+1] = impDecl
/prebuilts/go/linux-x86/src/cmd/fix/
fix.go
582
lastImport
= -1
589
lastImport
= i
615
copy(f.Decls[
lastImport
+2:], f.Decls[
lastImport
+1:])
616
f.Decls[
lastImport
+1] = impDecl
Completed in 547 milliseconds