Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.h117 bool ParseArrayImpl(xml::XmlPullParser* parser, ParsedResource* out_resource, uint32_t typeMask);
DResourceParser.cpp1488 return ParseArrayImpl(parser, out_resource, resource_format); in ParseArray()
1492 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_INTEGER); in ParseIntegerArray()
1496 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_STRING); in ParseStringArray()
1499 bool ResourceParser::ParseArrayImpl(xml::XmlPullParser* parser, in ParseArrayImpl() function in aapt::ResourceParser