| 199 | operator int32(); |
| 200 | |
| 201 | int32 MinValue() const { return minVal; }; |
| 202 | int32 MaxValue() const { return maxVal; }; |
| 203 | |
| 204 | template<typename TSerializer> void SerializeValue(TSerializer& serializer) |
nothing calls this directly
no outgoing calls
no test coverage detected