| 474 | bool EqualTo(const TSparseArrayBase& rhs, bool strict = true) const; |
| 475 | |
| 476 | TSize GetNonDefaultSize() const { |
| 477 | return Indexing->GetNonDefaultSize(); |
| 478 | } |
| 479 | |
| 480 | TSize GetDefaultSize() const { |
| 481 | return Indexing->GetDefaultSize(); |
no outgoing calls
no test coverage detected