| 242 | } |
| 243 | |
| 244 | static inline bool IsEmpty(const std::shared_ptr<const KeyValueMetadata>& meta) { |
| 245 | return !meta || meta->size() == 0; |
| 246 | } |
| 247 | |
| 248 | static inline bool GenericEquals(const std::shared_ptr<const KeyValueMetadata>& left, |
| 249 | const std::shared_ptr<const KeyValueMetadata>& right) { |