| 56 | bool GetBool() const { return static_cast<const Derived*>(this)->GetBool(); } |
| 57 | |
| 58 | int64_t GetInt32() const { |
| 59 | return static_cast<const Derived*>(this)->GetInt32(); |
| 60 | } |
| 61 | |
| 62 | uint64_t GetUInt32() const { |
| 63 | return static_cast<const Derived*>(this)->GetUInt32(); |
no outgoing calls
no test coverage detected