| 267 | } |
| 268 | } |
| 269 | bool Decode(string buf) { |
| 270 | if (!is_empty()) { |
| 271 | return GetValue()->Decode(std::move(buf)); |
| 272 | } |
| 273 | return true; |
| 274 | } |
| 275 | |
| 276 | template <typename VT> |
| 277 | static constexpr bool CanInlineType() { |
nothing calls this directly
no test coverage detected