| 88 | } |
| 89 | |
| 90 | int64_t GetEnumValue() const { |
| 91 | return static_cast<const Derived*>(this)->GetEnumValue(); |
| 92 | } |
| 93 | |
| 94 | // This method provides message field content, wrapped in CelValue. |
| 95 | // If value provided successfully, return a CelValue, otherwise returns a |
no outgoing calls
no test coverage detected