Home
last modified time | relevance | path

Searched refs:binn_object_uint32 (Results 1 – 3 of 3) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.h449 unsigned int binn_object_uint32(void *obj, const char *key);
Diwbinn.c2692 unsigned int binn_object_uint32(void *obj, const char *key) { in binn_object_uint32() function
/third_party/iowow/src/json/tests/
Djbl_test_binn2.c601 vuint32 = binn_object_uint32(objptr, "uint32"); in test_binn_read()