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

  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 34 Storage_t domain_m; member in class:DomainBase
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); }
112 DomainTraits<Interval>::setDomain(domain_m, 0, a - 1);
351 : domain_m(owned), allocated_m(allocated) {}
356 Interval domain_m; member in class:Node
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 34 Storage_t domain_m; member in class:DomainBase
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); }
112 DomainTraits<Interval>::setDomain(domain_m, 0, a - 1);
351 : domain_m(owned), allocated_m(allocated) {}
356 Interval domain_m; member in class:Node

Completed in 44 milliseconds