Searched refs:CustomStringStream (Results 1 – 1 of 1) sorted by relevance
971 class CustomStringStream { class975 CustomStringStream(const Ch *src) : src_(src), head_(src) {} in CustomStringStream() function in CustomStringStream988 CustomStringStream(const CustomStringStream&);989 CustomStringStream& operator=(const CustomStringStream&);1001 struct StreamTraits<CustomStringStream<Encoding> > {1008 TEST(Reader, CustomStringStream) { in TEST() argument1010 CustomStringStream<UTF8<char> > s(json); in TEST()