Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwbinn.c656 BINN_PRIVATE int type_family(int type);
682 if (type_family(type) == BINN_FAMILY_INT) { in AddValue()
1974 BINN_PRIVATE int type_family(int type) { in type_family() function
2216 if (type_family(source_type) != type_family(dest_type)) { in copy_value()
2219 if ((type_family(source_type) == BINN_FAMILY_INT) && (source_type != dest_type)) { in copy_value()
2221 } else if ((type_family(source_type) == BINN_FAMILY_FLOAT) && (source_type != dest_type)) { in copy_value()
2963 if (type_family(value->type) == BINN_FAMILY_INT) { in binn_get_int32()
2995 if (type_family(value->type) == BINN_FAMILY_INT) { in binn_get_int64()
3028 if (type_family(value->type) == BINN_FAMILY_INT) { in binn_get_double()
3065 if (type_family(value->type) == BINN_FAMILY_INT) { in binn_get_bool()
[all …]