OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DerivedStream
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
ctor2.cpp
28
struct
DerivedStream
: public Stream
30
DerivedStream
() { throw 1; }
37
DerivedStream
str;
/ndk/tests/device/test-stlport_static-exception/jni/
ctor2.cpp
28
struct
DerivedStream
: public Stream
30
DerivedStream
() { throw 1; }
37
DerivedStream
str;
Completed in 183 milliseconds