Searched refs:firstElement (Results 1 – 5 of 5) sorted by relevance
160 void* firstElement(void) const;376 inline void* UVector::firstElement(void) const { in firstElement() function
155 TEST_ASSERT(strcmp("abc", (const char *)a->firstElement()) == 0); in UStack_API()
1596 Element *firstElement = static_cast<Element *>(first); in areIdenticalElements() local1599 if (!firstElement->tagQName().matches(secondElement->tagQName())) in areIdenticalElements()1602 NamedNodeMap *firstMap = firstElement->attributes(); in areIdenticalElements()