Searched defs:spv_reducer_options_t (Results 1 – 4 of 4) sorted by relevance
28 struct spv_reducer_options_t { struct29 spv_reducer_options_t() : step_limit(kDefaultStepLimit) {} in spv_reducer_options_t() argument32 uint32_t step_limit;
28 struct spv_reducer_options_t { struct29 spv_reducer_options_t() : step_limit(kDefaultStepLimit) {} in spv_reducer_options_t() function32 uint32_t step_limit;
371 typedef struct spv_reducer_options_t spv_reducer_options_t; typedef