H A D | commandline_flags.h | 277 long int tmpVal = strtol(valStr.c_str(), &pos, 10); in ParseInt8Flag() local 292 long int tmpVal = strtol(valStr.c_str(), &pos, 10); in ParseInt16Flag() local 307 long int tmpVal = strtol(valStr.c_str(), &pos, 10); ParseInt32Flag() local 322 long int tmpVal = strtol(valStr.c_str(), &pos, 10); ParseInt64Flag() local 337 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint8Flag() local 352 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint16Flag() local 367 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint32Flag() local 382 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint64Flag() local 397 double tmpVal = strtod(valStr.c_str(), &pos); ParseDoubleFlag() local 454 long int tmpVal = strtol(valStr.c_str(), &pos, 10); ParseInt8ArrayFlag() local 480 long int tmpVal = strtol(valStr.c_str(), &pos, 10); ParseInt16ArrayFlag() local 506 long int tmpVal = strtol(valStr.c_str(), &pos, 10); ParseInt32ArrayFlag() local 532 long int tmpVal = strtol(valStr.c_str(), &pos, 10); ParseInt64ArrayFlag() local 558 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint8ArrayFlag() local 584 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint16ArrayFlag() local 610 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint32ArrayFlag() local 636 unsigned long long int tmpVal = strtoull(valStr.c_str(), &pos, 10); ParseUint64ArrayFlag() local 662 double tmpVal = strtod(valStr.c_str(), &pos); ParseDoubleArrayFlag() local [all...] |