FixedArray::size() Returns the length of the fixed array.
| 175 | // |
| 176 | // Returns the length of the fixed array. |
| 177 | size_type size() const { return storage_.size(); } |
| 178 | |
| 179 | // FixedArray::max_size() |
| 180 | // |
no outgoing calls
no test coverage detected