HomeSort by relevance Sort by last modified time
    Searched refs:Domain_t (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 24 typedef typename DT::Domain_t Domain_t;
27 Domain_t &unwrap() { return *static_cast<Domain_t *>(this); }
29 const Domain_t &unwrap() const {
30 return *static_cast<Domain_t *>(const_cast<DomainBase<DT> *>(this));
45 typedef typename Base_t::Domain_t Domain_t;
48 Domain_t &operator[](int) { return this->unwrap(); }
50 const Domain_t &operator[](int) const { return this->unwrap();
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 24 typedef typename DT::Domain_t Domain_t;
27 Domain_t &unwrap() { return *static_cast<Domain_t *>(this); }
29 const Domain_t &unwrap() const {
30 return *static_cast<Domain_t *>(const_cast<DomainBase<DT> *>(this));
45 typedef typename Base_t::Domain_t Domain_t;
48 Domain_t &operator[](int) { return this->unwrap(); }
50 const Domain_t &operator[](int) const { return this->unwrap();
    [all...]

Completed in 643 milliseconds