Searched refs:toStream (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuFormatUtil.hpp | 46 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Hex 62 toStream(stream); in toString() 73 return hex.toStream(stream); in operator <<() 100 std::ostream& toStream (std::ostream& stream) in toStream() function in tcu::Format::Bitfield 133 return decoder.toStream(stream); in operator <<() 150 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Enum 174 …m& operator<< (std::ostream& stream, const Enum<T, NumBytes>& fmt) { return fmt.toStream(stream); } in operator <<()
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 1546 void toStream(std::ostream* s, const T& value) { 1551 DOCTEST_INTERFACE void toStream(std::ostream* s, char* in); 1552 DOCTEST_INTERFACE void toStream(std::ostream* s, const char* in); 1554 DOCTEST_INTERFACE void toStream(std::ostream* s, bool in); 1555 DOCTEST_INTERFACE void toStream(std::ostream* s, float in); 1556 DOCTEST_INTERFACE void toStream(std::ostream* s, double in); 1557 DOCTEST_INTERFACE void toStream(std::ostream* s, double long in); 1559 DOCTEST_INTERFACE void toStream(std::ostream* s, char in); 1560 DOCTEST_INTERFACE void toStream(std::ostream* s, char signed in); 1561 DOCTEST_INTERFACE void toStream(std::ostream* s, char unsigned in); [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarTypeUtil.hpp | 178 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); } in toStream() function in glu::SubTypeIterator 205 iter.toStream(str); in operator <<()
|