| 509 | bool LegacyListValue::IsEmpty() const { return impl_->empty(); } |
| 510 | |
| 511 | size_t LegacyListValue::Size() const { |
| 512 | return static_cast<size_t>(impl_->size()); |
| 513 | } |
| 514 | |
| 515 | // See LegacyListValueInterface::Get for documentation. |
| 516 | absl::Status LegacyListValue::Get( |