| 316 | unsigned short ToUnsignedShort() const { return this->ToUnsignedShort(nullptr); } |
| 317 | int ToInt(bool* valid) const; |
| 318 | int ToInt() const { return this->ToInt(nullptr); } |
| 319 | unsigned int ToUnsignedInt(bool* valid) const; |
| 320 | unsigned int ToUnsignedInt() const { return this->ToUnsignedInt(nullptr); } |
| 321 | long ToLong(bool* valid) const; |