ALWAYS_INLINE static void appendElement(OutputType& output, Element& element)
 {
     output.append(&element);
 }
Example #2
0
 ALWAYS_INLINE static void appendOutputForElement(OutputType& output, Element* element) { ASSERT(element); output.append(*element); }