Home | History | Annotate | Download | only in jni

Lines Matching refs:Storage_t

25   typedef typename DT::Storage_t Storage_t;
34 Storage_t domain_m;
46 typedef typename Base_t::Storage_t Storage_t;
75 typedef int Storage_t[2];
79 static int first(const Storage_t &d) { return d[0]; }
81 static int length(const Storage_t &d) { return d[1]; }
88 static void setDomain(Storage_t &dom, const T &newdom) {
94 static void setDomain(Storage_t &dom, const T1 &begval, const T2 &endval) {
124 typedef int Storage_t;