Home | History | Annotate | Download | only in Core

Lines Matching refs:PlainObject

21   : traits<typename XprType::PlainObject>
23 typedef typename XprType::PlainObject PlainObject;
24 typedef traits<PlainObject> BaseTraits;
47 typedef typename XprType::PlainObject PlainObject;
95 : public evaluator<typename Inverse<ArgType>::PlainObject>
98 typedef typename InverseType::PlainObject PlainObject;
99 typedef evaluator<PlainObject> Base;
111 PlainObject m_result;