Searched refs:ResourceKeyRef (Results 1 – 2 of 2) sorted by relevance
207 struct ResourceKeyRef { struct211 ResourceKeyRef() = default; argument212 ResourceKeyRef(const ResourceNameRef& n, const android::ConfigDescription& c) in ResourceKeyRef() function218 ResourceKeyRef(ResourceName&& n, const android::ConfigDescription& c) = delete;221 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
148 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) { in operator <()