|
proxygen
|
Public Member Functions | |
| ConversionCode | init (const char *&b) |
| ConversionCode | overflow () |
| template<typename U > | |
| Expected< T, ConversionCode > | finalize (U value) |
Private Attributes | |
| bool | negative_ |
|
inline |
Definition at line 488 of file Conv.cpp.
References folly::makeUnexpected(), folly::NEGATIVE_OVERFLOW, folly::POSITIVE_OVERFLOW, folly::T, and UNLIKELY.
|
inline |
Definition at line 469 of file Conv.cpp.
References b, folly::INVALID_LEADING_CHAR, folly::SUCCESS, and UNLIKELY.
|
inline |
Definition at line 482 of file Conv.cpp.
References folly::NEGATIVE_OVERFLOW, and folly::POSITIVE_OVERFLOW.
|
private |