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

  /ndk/tests/device/test-stlport_shared-exception/jni/
ref9.cpp 15 void construct_from_basic(const basic &);
22 inline ex::ex(const basic &b) { construct_from_basic (b); }
24 void ex::construct_from_basic(const basic &b) { function in class:ex
  /ndk/tests/device/test-stlport_static-exception/jni/
ref9.cpp 15 void construct_from_basic(const basic &);
22 inline ex::ex(const basic &b) { construct_from_basic (b); }
24 void ex::construct_from_basic(const basic &b) { function in class:ex

Completed in 41 milliseconds