#include <google/protobuf/io/strtod.h>#include <cstdio>#include <cstring>#include <limits>#include <string>#include <google/protobuf/stubs/logging.h>#include <google/protobuf/stubs/common.h>#include <google/protobuf/stubs/strutil.h>
Go to the source code of this file.
Namespaces | |
| google::protobuf | |
| google::protobuf::io | |
Functions | |
| double | google::protobuf::io::NoLocaleStrtod (const char *text, char **original_endptr) |
| float | google::protobuf::io::SafeDoubleToFloat (double value) |
Variables | |
| const double | google::protobuf::io::MAX_FLOAT_AS_DOUBLE_ROUNDED = 3.4028235677973366e+38 |