Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dutil.h244 inline void strtoval_impl(int64_t *val, const char *str, char **endptr, in strtoval_impl() function
249 inline void strtoval_impl(uint64_t *val, const char *str, char **endptr, in strtoval_impl() function
254 inline void strtoval_impl(double *val, const char *str, char **endptr) { in strtoval_impl() function
260 inline void strtoval_impl(float *val, const char *str, char **endptr) { in strtoval_impl() function
297 strtoval_impl(val, str, const_cast<char **>(&endptr), base);
313 strtoval_impl(val, str, const_cast<char **>(&end)); in StringToFloatImpl()