()
| 3087 | } |
| 3088 | |
| 3089 | func (x *CSVCMsg_CreateStringTable) GetStringData() []byte { |
| 3090 | if x != nil { |
| 3091 | return x.StringData |
| 3092 | } |
| 3093 | return nil |
| 3094 | } |
| 3095 | |
| 3096 | func (x *CSVCMsg_CreateStringTable) GetUncompressedSize() int32 { |
| 3097 | if x != nil && x.UncompressedSize != nil { |
no outgoing calls