Searched refs:submap_object_template_count (Results 1 – 2 of 2) sorted by relevance
4090 ASSERT_IS_WITHIN(tmpl->object, submap_object_templates, submap_object_template_count); in make_vm_config()4110 ASSERT_IS_WITHIN(tmpl->submap.objects, submap_object_templates, submap_object_template_count); in make_vm_config()4114 tmpl->submap.object_count = submap_object_template_count - object_index; in make_vm_config()4116 assert(object_index + tmpl->submap.object_count <= submap_object_template_count); in make_vm_config()4119 for (unsigned i = 0; i < result->submap_object_template_count; i++) { in make_vm_config()
1233 unsigned submap_object_template_count; member