Searched defs:type_index (Results 1 – 2 of 2) sorted by relevance
63 const uint8_t type_index = get_type_id(app::R::string::string_one) - 1; in TEST() local150 uint8_t type_index = get_type_id(basic::R::string::test3) - 1; in TEST() local335 const uint8_t type_index = get_type_id(overlayable::R::string::overlayable11) - 1; in TEST() local367 const uint8_t type_index = get_type_id(sparse::R::integer::foo_9) - 1; in TEST_P() local390 const uint8_t type_index = get_type_id(sparse::R::string::only_land) - 1; in TEST_P() local
244 inline const TypeSpec* GetTypeSpecByTypeIndex(uint8_t type_index) const { in GetTypeSpecByTypeIndex()