Searched defs:SingleElementSelectorQueryTrait (Results 1 – 1 of 1) sorted by relevance
43 struct SingleElementSelectorQueryTrait { struct44 typedef Element* OutputType;45 static const bool shouldOnlyMatchFirstElement = true;46 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element) in appendElement()