Home | History | Annotate | Download | only in Core

Lines Matching refs:eTypeUInt64

254         case eTypeUInt64:       scalar = m_data.uint64; return true;
290 m_type = eTypeUInt64;
354 case eTypeUInt64: SetUInt64 (src.GetMaxU64 (&src_offset, src_len)); break;
603 case eTypeUInt64:
654 case eTypeUInt64: m_data.uint64 = rhs.m_data.uint64; break;
749 case eTypeUInt64: return m_data.uint64;
792 case eTypeUInt64: return m_data.uint64;
838 case eTypeUInt64:
878 case eTypeUInt64:
916 case eTypeUInt64:
945 case eTypeUInt64: return &m_data.uint64;
966 case eTypeUInt64: return &m_data.uint64;
987 case eTypeUInt64: return sizeof(m_data.uint64);
1068 case eTypeUInt64: return m_data.uint64 == rhs.m_data.uint64;
1102 case eTypeUInt64: return m_data.uint64 != rhs.m_data.uint64;
1158 case eTypeUInt64:
1232 case eTypeUInt64: