HomeSort by relevance Sort by last modified time
    Searched refs:ResourceKeyRef (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/
Resource.h 202 struct ResourceKeyRef {
206 ResourceKeyRef() = default;
207 ResourceKeyRef(const ResourceNameRef& n, const ConfigDescription& c)
213 ResourceKeyRef(ResourceName&& n, const ConfigDescription& c) = delete;
216 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
Resource.cpp 146 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) {

Completed in 53 milliseconds