Searched defs:strtoval_impl (Results  1 – 1 of 1) sorted by relevance
| /external/flatbuffers/include/flatbuffers/ | 
| D | util.h | 243 inline void strtoval_impl(int64_t *val, const char *str, char **endptr,  in strtoval_impl()  function248 inline void strtoval_impl(uint64_t *val, const char *str, char **endptr,  in strtoval_impl()  function
 253 inline void strtoval_impl(double *val, const char *str, char **endptr) {  in strtoval_impl()  function
 259 inline void strtoval_impl(float *val, const char *str, char **endptr) {  in strtoval_impl()  function
 
 |