()
| 3101 | } |
| 3102 | |
| 3103 | func (x *CSVCMsg_CreateStringTable) GetDataCompressed() bool { |
| 3104 | if x != nil && x.DataCompressed != nil { |
| 3105 | return *x.DataCompressed |
| 3106 | } |
| 3107 | return false |
| 3108 | } |
| 3109 | |
| 3110 | func (x *CSVCMsg_CreateStringTable) GetUsingVarintBitcounts() bool { |
| 3111 | if x != nil && x.UsingVarintBitcounts != nil { |
no outgoing calls