Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dutil.h256 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