| 76 | } |
| 77 | |
| 78 | double GetDouble() const { |
| 79 | return static_cast<const Derived*>(this)->GetDouble(); |
| 80 | } |
| 81 | |
| 82 | absl::string_view GetString(std::string* buffer) const { |
| 83 | return static_cast<const Derived*>(this)->GetString(buffer); |
no outgoing calls
no test coverage detected