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 169 struct ResourceKeyRef {
173 ResourceKeyRef() = default;
174 ResourceKeyRef(const ResourceNameRef& n, const ConfigDescription& c) : name(n), config(c) {
180 ResourceKeyRef(ResourceName&& n, const ConfigDescription& c) = delete;
183 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b);
Resource.cpp 92 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b) {

Completed in 119 milliseconds