1
0
mirror of https://github.com/golang/go synced 2024-11-18 17:34:51 -07:00
go/src/reflect
Russ Cox ceefebd795 runtime: rename ptrsize to ptrdata
I forgot there is already a ptrSize constant.
Rename field to avoid some confusion.

Change-Id: I098fdcc8afc947d6c02c41c6e6de24624cc1c8ff
Reviewed-on: https://go-review.googlesource.com/9700
Reviewed-by: Austin Clements <austin@google.com>
2015-05-05 19:27:47 +00:00
..
all_test.go reflect: implement ArrayOf 2015-04-21 15:21:09 +00:00
asm_386.s
asm_amd64.s
asm_amd64p32.s
asm_arm64.s reflect: add support for GOARCH=arm64 2015-03-16 18:46:27 +00:00
asm_arm.s
asm_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
deepequal.go
example_test.go reflect: document reflect.TypeOf((*Foo)(nil)).Elem() idiom 2015-04-14 17:19:36 +00:00
export_test.go reflect: implement ArrayOf 2015-04-21 15:21:09 +00:00
makefunc.go reflect: cache call frames 2015-01-28 08:40:26 +00:00
set_test.go
tostring_test.go
type.go runtime: rename ptrsize to ptrdata 2015-05-05 19:27:47 +00:00
value.go reflect: use arrayAt consistently 2015-04-21 17:29:25 +00:00