Home
last modified time | relevance | path

Searched refs:extra_type (Results 1 – 2 of 2) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.c129 int storage_type, extra_type; in binn_get_type_info() local
137 extra_type = long_type & BINN_TYPE_MASK; in binn_get_type_info()
141 extra_type = long_type & BINN_TYPE_MASK16; in binn_get_type_info()
142 extra_type >>= 4; in binn_get_type_info()
151 extra_type = -1; in binn_get_type_info()
158 *pextra_type = extra_type; in binn_get_type_info()
659 int32_t argsz, storage_type, extra_type; in AddValue() local
666 binn_get_type_info(type, &storage_type, &extra_type); in AddValue()
/third_party/iowow/src/json/tests/
Djbl_test_binn2.c1850 int storage_type, extra_type; in test_virtual_types() local
1855 CU_ASSERT(binn_get_type_info(BINN_BOOL, &storage_type, &extra_type) == TRUE); in test_virtual_types()
1857 CU_ASSERT(extra_type == 1); in test_virtual_types()