Searched refs:type_specs_ (Results 1 – 2 of 2) sorted by relevance
241 const auto& type_spec = type_specs_.find(type_index + 1 - type_id_offset_); in GetTypeSpecByTypeIndex()242 if (type_spec == type_specs_.end()) { in GetTypeSpecByTypeIndex()250 for (const auto& type_spec : type_specs_) { in ForEachTypeSpec()295 std::unordered_map<uint8_t, TypeSpec> type_specs_; variable
311 for (const auto& type_spec : type_specs_) { in CollectConfigurations()346 for (const auto& type_spec : type_specs_) { in CollectLocales()747 loaded_package->type_specs_[type_id] = std::move(type_spec); in Load()