The number of entries in the memo table (which is also 1 + the largest memo index)
| 623 | // The number of entries in the memo table |
| 624 | // (which is also 1 + the largest memo index) |
| 625 | int32_t size() const override { return static_cast<int32_t>(index_to_value_.size()); } |
| 626 | |
| 627 | // Merge entries from `other_table` into `this`. |
| 628 | Status MergeTable(const SmallScalarMemoTable& other_table) { |