func (p pointer) getRef() pointer { … } func (p pointer) appendRef(v pointer, typ reflect.Type) { … } func (p pointer) getSlice(typ reflect.Type) reflect.Value { … }
func (p pointer) getRef() pointer { … } func (p pointer) appendRef(v pointer, typ reflect.Type) { … } func (p pointer) getSlice(typ reflect.Type) reflect.Value { … }