Searched refs:GetAttributeCount (Results 1 – 3 of 3) sorted by relevance
221 static napi_value GetAttributeCount(napi_env env, napi_callback_info info);327 int GetAttributeCount() const;
517 DECLARE_NAPI_FUNCTION("getAttributeCount", XmlPullParser::ParseInfo::GetAttributeCount), in ParseToken()1776 int XmlPullParser::GetAttributeCount() const in GetAttributeCount() function in OHOS::xml::XmlPullParser1935 napi_value XmlPullParser::ParseInfo::GetAttributeCount(napi_env env, napi_callback_info info) in GetAttributeCount() function in OHOS::xml::XmlPullParser::ParseInfo1945 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetAttributeCount(); in GetAttributeCount()
1633 ASSERT_EQ(xmlPullParser.GetAttributeCount(), 0);