Returns stored const UnknownAttributeSet * value. Fails if stored value type is not const UnknownAttributeSet *.
| 351 | // Returns stored const UnknownAttributeSet * value. |
| 352 | // Fails if stored value type is not const UnknownAttributeSet *. |
| 353 | const UnknownSet* UnknownSetOrDie() const { |
| 354 | return GetValueOrDie<const UnknownSet*>(Type::kUnknownSet); |
| 355 | } |
| 356 | |
| 357 | // Returns stored const CelError * value. |
| 358 | // Fails if stored value type is not const CelError *. |
no outgoing calls