| 312 | signed char ToSignedChar() const { return this->ToSignedChar(nullptr); } |
| 313 | short ToShort(bool* valid) const; |
| 314 | short ToShort() const { return this->ToShort(nullptr); } |
| 315 | unsigned short ToUnsignedShort(bool* valid) const; |
| 316 | unsigned short ToUnsignedShort() const { return this->ToUnsignedShort(nullptr); } |
| 317 | int ToInt(bool* valid) const; |