| 314 | |
| 315 | /// Returns the maximum number rows of expression values states which can be cached. |
| 316 | int ALWAYS_INLINE capacity() const { return capacity_; } |
| 317 | |
| 318 | /// Returns the total size in bytes of a row of evaluated expressions' values. |
| 319 | int ALWAYS_INLINE expr_values_bytes_per_row() const { |
no outgoing calls
no test coverage detected