Searched refs:LiteAtof (Results 1 – 4 of 4) sorted by relevance
58 bool LiteAtof(const char *c_str, float *value);60 inline bool LiteAtof(const string &s, float *value) { in LiteAtof() function61 return LiteAtof(s.c_str(), value); in LiteAtof()64 inline bool LiteAtof(StringPiece sp, float *value) { in LiteAtof() function68 return LiteAtof(temp.c_str(), value); in LiteAtof()
74 bool LiteAtof(const char *c_str, float *value) { in LiteAtof() function
58 if (LiteAtof(s, &value)) { in Get()
188 if ((parts.size() == 2) && LiteAtof(parts[1], &threshold)) { in Setup()