Searched refs:JSON_NAME_MASK (Results 1 – 2 of 2) sorted by relevance
169 #define JSON_NAME_MASK (JSON_BN_TYPE + JSON_N_TYPE) macro1502 ((fd.object_bit_field & JSON_NAME_MASK) == 0 || in do_write_op_senml_json()1586 } else if (JSON_BIT_CHECK(bit_field, JSON_NAME_MASK) == 0) { in json_parse_composite_read_paths()
146 #define JSON_NAME_MASK (JSON_N_TYPE) macro