Searched defs:strtoval_impl (Results 1 – 1 of 1) sorted by relevance
| /third_party/flatbuffers/include/flatbuffers/ |
| D | util.h | 256 inline void strtoval_impl(int64_t *val, const char *str, char **endptr, in strtoval_impl() function 261 inline void strtoval_impl(uint64_t *val, const char *str, char **endptr, in strtoval_impl() function 266 inline void strtoval_impl(double *val, const char *str, char **endptr) { in strtoval_impl() function 272 inline void strtoval_impl(float *val, const char *str, char **endptr) { in strtoval_impl() function
|