Searched refs:Element (Results 1 – 2 of 2) sorted by relevance
20 Element[] elements = new Element[51]; in main()60 static void testArraySetCheckCastNull(Element[] elements) { in testArraySetCheckCastNull()62 Element element = (Element) object; in testArraySetCheckCastNull()66 class Element {} class in Main
42 template <class Key, class Value, class Element>43 bool operator()(const std::pair<Key, Value>& a, const Element& element) const { in operator()