| 80 | } |
| 81 | |
| 82 | absl::string_view GetString(std::string* buffer) const { |
| 83 | return static_cast<const Derived*>(this)->GetString(buffer); |
| 84 | } |
| 85 | |
| 86 | const Message* GetMessage() const { |
| 87 | return static_cast<const Derived*>(this)->GetMessage(); |
no outgoing calls