Searched refs:num_value (Results 1 – 6 of 6) sorted by relevance
77 int num_value; /* Number of enum values */ member403 ctx->enum_obj->num_value = 0; in j2s_parse()446 ctx->enum_obj->num_value++; in j2s_parse()933 enum_obj->id, enum_obj->num_value); in j2s_dump()
154 for (int i = 0; i < enum_obj->num_value; i++) { in dump_enum()
51 int16_t num_value; /* Number of enum values */ member
52 int16_t num_value; /* Number of enum values */ member
217 for (int i = 0; i < enum_obj->num_value; i++) { in j2s_enum_get_value()238 for (int i = 0; i < enum_obj->num_value; i++) { in j2s_enum_get_name()262 for (int i = 0; i < enum_obj->num_value; i++) { in _j2s_enum_to_json()
121 for (int i = 0; i < enum_obj->num_value; i++) { in j2s_enum_get_value()143 for (int i = 0; i < enum_obj->num_value; i++) { in j2s_enum_get_name()168 for (int i = 0; i < enum_obj->num_value; i++) { in _j2s_enum_to_json()