Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResource.h169 struct ResourceKeyRef { struct
173 ResourceKeyRef() = default; argument
174 ResourceKeyRef(const ResourceNameRef& n, const ConfigDescription& c) : name(n), config(c) { in ResourceKeyRef() function
180 ResourceKeyRef(ResourceName&& n, const ConfigDescription& c) = delete;
183 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
DResource.cpp92 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) { in operator <()