• Home
  • Raw
  • Download

Lines Matching refs:structPointer

46 type structPointer struct {  struct
52 func toStructPointer(v reflect.Value) structPointer {
53 return structPointer{v}
57 func structPointer_IsNil(p structPointer) bool { argument
62 func structPointer_Interface(p structPointer, _ reflect.Type) interface{} { argument
83 func structPointer_field(p structPointer, f field) reflect.Value { argument
98 func structPointer_ifield(p structPointer, f field) interface{} { argument
103 func structPointer_Bytes(p structPointer, f field) *[]byte { argument
108 func structPointer_BytesSlice(p structPointer, f field) *[][]byte { argument
113 func structPointer_Bool(p structPointer, f field) **bool { argument
118 func structPointer_BoolVal(p structPointer, f field) *bool { argument
123 func structPointer_BoolSlice(p structPointer, f field) *[]bool { argument
128 func structPointer_String(p structPointer, f field) **string { argument
133 func structPointer_StringVal(p structPointer, f field) *string { argument
138 func structPointer_StringSlice(p structPointer, f field) *[]string { argument
143 func structPointer_Extensions(p structPointer, f field) *XXX_InternalExtensions { argument
148 func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { argument
153 func structPointer_NewAt(p structPointer, f field, typ reflect.Type) reflect.Value { argument
158 func structPointer_SetStructPointer(p structPointer, f field, q structPointer) { argument
163 func structPointer_GetStructPointer(p structPointer, f field) structPointer { argument
164 return structPointer{structPointer_field(p, f)}
168 func structPointer_StructPointerSlice(p structPointer, f field) structPointerSlice { argument
179 func (p structPointerSlice) Index(i int) structPointer { return structPointer{p.v.Index(i)} }
180 func (p structPointerSlice) Append(q structPointer) {
254 func structPointer_Word32(p structPointer, f field) word32 { argument
297 func structPointer_Word32Val(p structPointer, f field) word32Val { argument
344 func structPointer_Word32Slice(p structPointer, f field) word32Slice { argument
401 func structPointer_Word64(p structPointer, f field) word64 { argument
438 func structPointer_Word64Val(p structPointer, f field) word64Val { argument
482 func structPointer_Word64Slice(p structPointer, f field) word64Slice { argument