Home | History | Annotate | Download | only in jni

Lines Matching refs:DT

20 template<class DT>
24 typedef typename DT::Domain_t Domain_t;
25 typedef typename DT::Storage_t Storage_t;
30 return *static_cast<Domain_t *>(const_cast<DomainBase<DT> *>(this));
37 template<class DT>
38 class Domain : public DomainBase<DT>
40 typedef DomainBase<DT> Base_t;
43 typedef typename DT::Size_t Size_t;
44 typedef typename DT::Element_t Element_t;
54 DT::setDomain(this->domain_m, newdom);
57 Element_t first() const { return DT::first(this->domain_m); }
59 Size_t length() const { return DT::length(this->domain_m); }