Searched defs:ReflectionStrItem (Results 1 – 1 of 1) sorted by relevance
102 struct ReflectionStrItem { struct105 ReflectionStrItem(uint32_t idx, uint8_t type) : type(type), idx(idx) {} in ReflectionStrItem() function