Searched refs:printObject (Results 1 – 2 of 2) sorted by relevance
1043 auto PrintFunc = [](ScopedPrinter &W) { W.printObject("Object", "Value"); }; in TEST_F()
388 template <typename T> void printObject(StringRef Label, const T &Value) { in printObject() function