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

  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 175 RefCounted() : count_m(0) {}
177 void addReference() { ++count_m; }
180 return (--count_m == 0);
184 int count_m; member in class:RefCounted
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 175 RefCounted() : count_m(0) {}
177 void addReference() { ++count_m; }
180 return (--count_m == 0);
184 int count_m; member in class:RefCounted

Completed in 350 milliseconds