Home | History | Annotate | Download | only in compile

Lines Matching full:resourceid

34 static bool AssignId(IDiagnostics* diag, const ResourceId& id,
48 const ResourceId existing_id(pkg->id.value(), type->id ? type->id.value() : 0,
56 std::map<ResourceId, ResourceName> assigned_ids;
69 const ResourceId assigned_id = iter->second;
81 ResourceId resource_id(package->id.value(), type->id.value(),
102 const ResourceId& pre_assigned_id = stable_id_entry.second;
123 // Build a half filled ResourceId object, which will be used to find the
128 ResourceId resource_id(package->id.value(), 0, 0);
131 // Find the closest matching ResourceId that is <= the one with only the
169 resource_id = ResourceId(package->id.value(), type->id.value(), 0);
172 // Find the closest matching ResourceId that is <= the one with only the