Searched refs:AnotherStream (Results 1 – 2 of 2) sorted by relevance
18 struct AnotherStream { struct19 AnotherStream &operator<<(unsigned char c) { return *this; } in operator <<() argument20 AnotherStream &operator<<(signed char c) { return *this; } in operator <<() argument22 AnotherStream &operator>>(unsigned char c) { return *this; } in operator >>() argument23 AnotherStream &operator>>(signed char c) { return *this; } in operator >>() argument180 AnotherStream as; in streams_should_work()
295 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local300 AnotherStream.begin()->getRoot()); in TEST()316 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local321 AnotherStream.begin()->getRoot()); in TEST()