| 59 | //////////////////////////////////////////////////////////////////////////////// |
| 60 | |
| 61 | Encoder::Encoder() |
| 62 | { |
| 63 | Reset(); |
| 64 | } |
| 65 | |
| 66 | void Encoder::makeData(const Value& v) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected