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 D | util.h | 244 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 D | util.h | 243 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 D | util.h | 243 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
|