Searched defs:type_index (Results 1 – 5 of 5) 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
36 uint32_t type_index; member106 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index() function
46 uint32_t type_index = property_entry.type != nullptr && !property_entry.type->empty() in WritePropertyEntry() local
177 uint32_t type_index; in GetPropertyInfo() local
238 inline const TypeSpec* GetTypeSpecByTypeIndex(uint8_t type_index) const { in GetTypeSpecByTypeIndex()