Home
last modified time | relevance | path

Searched refs:endp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/config/
DConfigKey.cpp43 char* endp; in StrToInt64() local
45 value = strtoll(str.c_str(), &endp, 0); in StrToInt64()
46 if (endp == str.c_str() || *endp != '\0') { in StrToInt64()
/packages/modules/StatsD/statsd/src/
DStatsService.cpp627 char* endp; in cmd_trigger_active_config_broadcast() local
628 int64_t configID = strtoll(args[i].c_str(), &endp, 10); in cmd_trigger_active_config_broadcast()
629 if (endp == args[i].c_str() || *endp != '\0') { in cmd_trigger_active_config_broadcast()
682 char* endp; in cmd_config() local
683 int64_t configID = strtoll(name.c_str(), &endp, 10); in cmd_config()
684 if (endp == name.c_str() || *endp != '\0') { in cmd_config()