Searched refs:construct_from_basic (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dref9.cpp15 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/
H A Dref9.cpp15 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 54 milliseconds