Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A 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
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dutil.h243 inline void strtoval_impl(int64_t *val, const char *str, char **endptr, in strtoval_impl() function
248 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
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dutil.h243 inline void strtoval_impl(int64_t *val, const char *str, char **endptr, in strtoval_impl() function
248 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