File: out.expected

package info (click to toggle)
gocode 0~git20140530-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 760 kB
  • ctags: 492
  • sloc: lisp: 212; tcl: 60; python: 55; sh: 50; ruby: 46; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Found 9 candidates:
  func Alignof(any) uintptr
  func New(typ interface{}) unsafe.Pointer
  func NewArray(typ interface{}, n int) unsafe.Pointer
  func Offsetof(any) uintptr
  func Reflect(i interface{}) (typ interface{}, addr unsafe.Pointer)
  func Sizeof(any) uintptr
  func Typeof(i interface{}) interface{}
  func Unreflect(typ interface{}, addr unsafe.Pointer) interface{}
  type Pointer uintptr