Searched refs:e_slong (Results 1 – 3 of 3) sorted by relevance
176 case e_slong: return sizeof(m_data.slong); in GetByteSize()196 case e_slong: return m_data.slong == 0; in IsZero()219 case e_slong: s->Printf("%li", m_data.slong); break; in GetValue()237 case e_slong: return "long"; in GetTypeAsCString()284 m_type = e_slong; in operator =()359 case e_slong: m_data.slong = m_data.sint; success = true; break; in Promote()375 case e_slong: m_data.slong = m_data.uint; success = true; break; in Promote()385 case e_slong: in Promote()391 case e_slong: success = true; break; in Promote()407 case e_slong: break; in Promote()[all …]
31 e_slong, enumerator46 Scalar(long v) : m_type(e_slong), m_data() { m_data.slong = v; } in Scalar()
455 case Scalar::e_slong: in PrepareNormalCall()