Home
last modified time | relevance | path

Searched refs:DerivedStream (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
Dctor2.cpp28 struct DerivedStream : public Stream struct
30 DerivedStream() { throw 1; } in DerivedStream() function
37 DerivedStream str; in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dctor2.cpp28 struct DerivedStream : public Stream struct
30 DerivedStream() { throw 1; } in DerivedStream() argument
37 DerivedStream str; in main()