Searched refs:toStream (Results 1 – 2 of 2) sorted by relevance
46 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Hex62 toStream(stream); in toString()73 return hex.toStream(stream); in operator <<()100 std::ostream& toStream (std::ostream& stream) in toStream() function in tcu::Format::Bitfield133 return decoder.toStream(stream); in operator <<()150 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Enum174 …m& operator<< (std::ostream& stream, const Enum<T, NumBytes>& fmt) { return fmt.toStream(stream); } in operator <<()
172 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); } in toStream() function in glu::SubTypeIterator199 iter.toStream(str); in operator <<()