Searched refs:ParseArrayImpl (Results 1 – 2 of 2) sorted by relevance
132 bool ParseArrayImpl(xml::XmlPullParser* parser, ParsedResource* out_resource, uint32_t typeMask);
1591 return ParseArrayImpl(parser, out_resource, resource_format); in ParseArray()1595 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_INTEGER); in ParseIntegerArray()1599 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_STRING); in ParseStringArray()1602 bool ResourceParser::ParseArrayImpl(xml::XmlPullParser* parser, in ParseArrayImpl() function in aapt::ResourceParser