Searched refs:IStreamWrapper (Results 1 – 2 of 2) sorted by relevance
283 class IStreamWrapper {287 IStreamWrapper(std::istream& is) : is_(is) {308 IStreamWrapper(const IStreamWrapper&);309 IStreamWrapper& operator=(const IStreamWrapper&);320 IStreamWrapper is(ss);
1019 class IStreamWrapper { class1023 IStreamWrapper(std::istream& is) : is_(is) {} in IStreamWrapper() function in IStreamWrapper1043 IStreamWrapper(const IStreamWrapper&);1044 IStreamWrapper& operator=(const IStreamWrapper&);1053 IStreamWrapper is(ss); in TEST()