Searched refs:ResourceKeyRef (Results 1 – 2 of 2) sorted by relevance
251 struct ResourceKeyRef { struct255 ResourceKeyRef() = default; argument256 ResourceKeyRef(const ResourceNameRef& n, const android::ConfigDescription& c) in ResourceKeyRef() argument262 ResourceKeyRef(ResourceName&& n, const android::ConfigDescription& c) = delete;265 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
167 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) { in operator <()