| 1168 | } |
| 1169 | |
| 1170 | int64_t Int64Value() const { |
| 1171 | int64_t i = 0; |
| 1172 | QueryInt64Value(&i); |
| 1173 | return i; |
| 1174 | } |
| 1175 | |
| 1176 | uint64_t Unsigned64Value() const { |
| 1177 | uint64_t i = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected