Searched refs:toStream (Results 1 – 2 of 2) sorted by relevance
44 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Hex69 return hex.toStream(stream); in operator <<()96 std::ostream& toStream (std::ostream& stream) in toStream() function in tcu::Format::Bitfield129 return decoder.toStream(stream); in operator <<()146 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Enum170 …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 <<()