Home
last modified time | relevance | path

Searched refs:ResourceKeyRef (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResource.h251 struct ResourceKeyRef { struct
255 ResourceKeyRef() = default; argument
256 ResourceKeyRef(const ResourceNameRef& n, const android::ConfigDescription& c) in ResourceKeyRef() argument
262 ResourceKeyRef(ResourceName&& n, const android::ConfigDescription& c) = delete;
265 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
DResource.cpp167 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) { in operator <()