| 1174 | } |
| 1175 | |
| 1176 | uint64_t Unsigned64Value() const { |
| 1177 | uint64_t i = 0; |
| 1178 | QueryUnsigned64Value(&i); |
| 1179 | return i; |
| 1180 | } |
| 1181 | |
| 1182 | /// Query as an unsigned integer. See IntValue() |
| 1183 | unsigned UnsignedValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected