| 272 | } |
| 273 | |
| 274 | inline bool AddUInt32(const char *pszFieldName, uint32 value) |
| 275 | { |
| 276 | GETCHECK_FIELD(); |
| 277 | CHECK_FIELD_TYPE(UINT32); |
| 278 | CHECK_FIELD_REPEATED(); |
| 279 | |
| 280 | msg->GetReflection()->AddUInt32(msg, field, value); |
| 281 | return true; |
| 282 | } |
| 283 | |
| 284 | inline bool GetUInt64(const char *pszFieldName, uint64 *out) |
| 285 | { |
no outgoing calls
no test coverage detected