Searched refs:binn_object_set_double (Results 1 – 4 of 4) sorted by relevance
/third_party/iowow/src/json/ |
D | iwbinn.h | 789 IW_INLINE BOOL binn_object_set_double(binn *obj, const char *key, double value) { in binn_object_set_double() function
|
D | iwjson.c | 104 if (!binn_object_set_double(bv, key, v)) { in jbl_set_f64()
|
/third_party/iowow/src/json/tests/ |
D | jbl_test_binn2.c | 343 CU_ASSERT(binn_object_set_double(obj, "float64", -123456.7895) == TRUE); in test_create_object_2() 1940 CU_ASSERT(binn_object_set_double(obj, "f", 25.987654321) == TRUE); in test_binn_iter()
|
D | jbl_test_binn1.c | 690 CU_ASSERT(binn_object_set_double(obj, "double", 7.89) == TRUE); in _test2()
|