Home
last modified time | relevance | path

Searched refs:StructWithOperator (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dtemplate_util_unittest.cc24 struct StructWithOperator {}; struct
25 std::ostream& operator<<(std::ostream& os, const StructWithOperator& v) { in operator <<()
68 static_assert(internal::SupportsOstreamOperator<StructWithOperator>::value,
71 internal::SupportsOstreamOperator<const StructWithOperator&>::value,