| 101 | public: |
| 102 | void _define_vtable(); |
| 103 | MsgCommonWrite(BitVector& wResult) : mResult(wResult) {} |
| 104 | MsgCommonWrite(BitVector& wResult, size_t &wp) : MsgCommon(wp), mResult(wResult) {} |
| 105 | void writeField(uint64_t value, unsigned len, const char * name=0, Type2Str =0); |
| 106 | void writeField(const ItemWithValueAndWidth&item, const char *name = 0); |
nothing calls this directly
no outgoing calls
no test coverage detected