func()

in message/common.pb.go [1666:1673]


func (x *Frame) GetRows() []*Row {
	if x != nil {
		if x.xxx_hidden_Rows != nil {
			return *x.xxx_hidden_Rows
		}
	}
	return nil
}