Searched refs:ResourceKeyRef (Results 1 – 2 of 2) sorted by relevance
188 struct ResourceKeyRef { struct192 ResourceKeyRef() = default; argument193 ResourceKeyRef(const ResourceNameRef& n, const ConfigDescription& c) in ResourceKeyRef() function199 ResourceKeyRef(ResourceName&& n, const ConfigDescription& c) = delete;202 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
122 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) { in operator <()