| 593 | } |
| 594 | |
| 595 | VariantType type() const { |
| 596 | return type_; |
| 597 | } |
| 598 | |
| 599 | // Release the resources used by this variant and set it to null. |
| 600 | void clear(ResourceManager* resources); |
nothing calls this directly
no outgoing calls
no test coverage detected