Searched refs:copy_int_value (Results 1 – 1 of 1) sorted by relevance
/third_party/iowow/src/json/ |
D | iwbinn.c | 2077 BINN_PRIVATE BOOL copy_int_value(void *psource, void *pdest, int source_type, int dest_type) { in copy_int_value() function 2172 return copy_int_value(psource, pdest, source_type, dest_type); in copy_int_value_tests() 2220 return copy_int_value(psource, pdest, source_type, dest_type); in copy_value() 2964 return copy_int_value(value->ptr, pint, value->type, BINN_INT32); in binn_get_int32() 2996 return copy_int_value(value->ptr, pint, value->type, BINN_INT64); in binn_get_int64() 3029 if (copy_int_value(value->ptr, &vint, value->type, BINN_INT64) == FALSE) { in binn_get_double() 3066 if (copy_int_value(value->ptr, &vint, value->type, BINN_INT64) == FALSE) { in binn_get_bool() 3097 if (copy_int_value(value->ptr, &vint, value->type, BINN_INT64) == FALSE) { in binn_get_str()
|