Searched defs:Printable (Results 1 – 11 of 11) sorted by relevance
26 public interface Printable { interface
41 Printable(std::function<void(raw_ostream &OS)> Print) in Printable() function
40 Printable(std::function<void(raw_ostream &OS)> Print) in Printable() function
295 class Printable(Transform): class
2000 struct Printable { struct2003 inline void operator<<(::std::ostream& os, const Printable&) { in operator <<()
1877 struct Printable {}; struct1879 inline void operator<<(::std::ostream& os, const Printable&) { in operator <<()
91 TYPED_TEST(CharLogFormatTest, Printable) { in TYPED_TEST() argument
92 TYPED_TEST(CharLogFormatTest, Printable) { in TYPED_TEST() argument
1182 TEST(PrintReferenceWrapper, Printable) { argument