| 84 | using container_type = absl::InlinedVector<int64, 2>; |
| 85 | |
| 86 | container_type::const_iterator begin() const { return indices_.begin(); } |
| 87 | container_type::const_iterator end() const { return indices_.end(); } |
| 88 | container_type::iterator begin() { return indices_.begin(); } |
| 89 | container_type::iterator end() { return indices_.end(); } |
no outgoing calls
no test coverage detected