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

  /frameworks/base/tools/aapt2/
ResourceTable.cpp 124 const Attribute& existingAttr = static_cast<const Attribute&>(existing);
126 if (existingAttr.typeMask == incomingAttr.typeMask) {
130 return existingAttr.isWeak() ? 1 : -1;
133 if (existingAttr.isWeak() && existingAttr.typeMask == android::ResTable_map::TYPE_ANY) {
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 545 milliseconds