Searched refs:option_count (Results 1 – 2 of 2) sorted by relevance
224 template <size_t option_count>228 const Option (*options)[option_count])233 option_count(option_count) {234 static_assert(option_count >= 1, "FeatureParam<enum> has no options");241 for (size_t i = 0; i < option_count; ++i) {253 const size_t option_count;
372 static const size_t option_count((sizeof options)/(sizeof options[0]));374 # define option_count ((sizeof options)/(sizeof options[0])) macro440 png_byte entry[option_count]; /* The selected entry+1 of an option443 int value[option_count]; /* Corresponding value */720 for (j=0; j<option_count; ++j) in option_index()