Searched defs:scalarField (Results 1 – 2 of 2) sorted by relevance
721 type scalarField struct { struct722 index int // struct field index723 kind reflect.Kind // element type (the T in *T or []T)724 value interface{} // the proto-declared default value, or nil
759 type scalarField struct { struct760 index int // struct field index761 kind reflect.Kind // element type (the T in *T or []T)762 value interface{} // the proto-declared default value, or nil