Searched refs:ResourceKeyRef (Results 1 – 2 of 2) sorted by relevance
169 struct ResourceKeyRef { struct173 ResourceKeyRef() = default; argument174 ResourceKeyRef(const ResourceNameRef& n, const ConfigDescription& c) : name(n), config(c) { in ResourceKeyRef() function180 ResourceKeyRef(ResourceName&& n, const ConfigDescription& c) = delete;183 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
92 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) { in operator <()