| 227 | } |
| 228 | |
| 229 | static inline bool IsEmpty(const std::shared_ptr<const KeyValueMetadata>& meta) { |
| 230 | return !meta || meta->size() == 0; |
| 231 | } |
| 232 | |
| 233 | static inline bool GenericEquals(const std::shared_ptr<const KeyValueMetadata>& left, |
| 234 | const std::shared_ptr<const KeyValueMetadata>& right) { |