Searched defs: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 >>() argument
354 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local375 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local