Home
last modified time | relevance | path

Searched defs:IsStreamInsertable (Results 1 – 3 of 3) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp1610 struct IsStreamInsertable { struct
1611 static std::ostream &s;
1612 static T const&t;
1613 enum { value = sizeof( testStreamable(s << t) ) == sizeof( TrueType ) };
/external/catch2/single_include/catch2/
Dcatch.hpp1557 class IsStreamInsertable { class
/external/libabigail/tests/lib/
Dcatch.hpp1560 class IsStreamInsertable { class