OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FromPkg
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/p/
p.go
9
//export
FromPkg
10
func
FromPkg
() int32 { return 1024 }
/prebuilts/go/darwin-x86/misc/cgo/testcshared/src/p/
p.go
9
//export
FromPkg
10
func
FromPkg
() int32 { return 1024 }
/prebuilts/go/linux-x86/misc/cgo/testcarchive/src/p/
p.go
9
//export
FromPkg
10
func
FromPkg
() int32 { return 1024 }
/prebuilts/go/linux-x86/misc/cgo/testcshared/src/p/
p.go
9
//export
FromPkg
10
func
FromPkg
() int32 { return 1024 }
Completed in 120 milliseconds