Home
last modified time | relevance | path

Searched refs:binn_object_get_double (Results 1 – 4 of 4) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.h1004 IW_INLINE BOOL binn_object_get_double(void *obj, const char *key, double *pvalue) { in binn_object_get_double() function
Diwjson.c999 if (!binn_object_get_double(&jbl->bn, key, out)) { in jbl_object_get_f64()
/third_party/iowow/src/json/tests/
Djbl_test_binn1.c952 CU_ASSERT(binn_object_get_double(obj, "double", &vdouble) == TRUE); in _test2()
Djbl_test_binn2.c538 CU_ASSERT(binn_object_get_double(objptr, "float64", &vfloat64) == TRUE); in test_binn_read()