Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dreadertest.cpp971 class CustomStringStream { class
975 CustomStringStream(const Ch *src) : src_(src), head_(src) {} in CustomStringStream() function in CustomStringStream
988 CustomStringStream(const CustomStringStream&);
989 CustomStringStream& operator=(const CustomStringStream&);
1001 struct StreamTraits<CustomStringStream<Encoding> > {
1008 TEST(Reader, CustomStringStream) { in TEST() argument
1010 CustomStringStream<UTF8<char> > s(json); in TEST()