Searched refs:SetAllowNewImpl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 575 return SetAllowNewImpl(name, allow_new, ResourceNameValidator, diag); in SetAllowNew() 580 return SetAllowNewImpl(name, allow_new, SkipNameValidator, diag); in SetAllowNewMangled() 583 bool ResourceTable::SetAllowNewImpl(const ResourceNameRef& name, const AllowNew& allow_new, in SetAllowNewImpl() function in aapt::ResourceTable
|
D | ResourceTable.h | 335 bool SetAllowNewImpl(const ResourceNameRef& name, const AllowNew& allow_new,
|