Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/types/
H A Dsupports_ostream_operator_unittest.cc23 struct StructWithOperator {}; struct
24 std::ostream& operator<<(std::ostream& os, const StructWithOperator& v) { in operator <<()
59 static_assert(internal::SupportsOstreamOperator<StructWithOperator>,
61 static_assert(internal::SupportsOstreamOperator<const StructWithOperator&>,
/aosp_15_r20/external/libchrome/base/
H A 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,