| 234 | |
| 235 | private: |
| 236 | absl::Status ProjectKeys(google::protobuf::Arena* arena) { |
| 237 | if (cel_list_.ok() && *cel_list_ == nullptr) { |
| 238 | cel_list_ = cel_map_->ListKeys(arena); |
| 239 | } |
| 240 | return cel_list_.status(); |
| 241 | } |
| 242 | |
| 243 | const CelMap* const cel_map_; |
| 244 | const int size_ = 0; |