Searched refs:ResourceTypeKey (Results 1 – 1 of 1) sorted by relevance
80 struct ResourceTypeKey { struct84 bool operator<(const ResourceTypeKey& other) const { in operator <() argument88 bool operator==(const ResourceTypeKey& other) const { in operator ==() argument92 bool operator!=(const ResourceTypeKey& other) const { in operator !=() argument97 ::std::ostream& operator<<(::std::ostream& out, const ResourceTypeKey& type) { in operator <<()118 std::map<ResourceTypeKey, TypeGroup> types_;120 NextIdFinder<uint8_t, ResourceTypeKey> type_id_finder_ =121 NextIdFinder<uint8_t, ResourceTypeKey>(1);278 auto key = ResourceTypeKey{name.type.type, id.type_id()}; in ReserveId()327 ResourceTypeKey key{name.type.type, non_staged_type->second}; in NextId()