Searched refs:PrintByRef (Results 1 – 1 of 1) sorted by relevance
321 std::string PrintByRef(const T& value) { in PrintByRef() function1411 EXPECT_EQ("@" + PrintPointer(&n) + " 5", PrintByRef(n));1415 PrintByRef(a));1421 PrintByRef(x));1436 EXPECT_EQ("@" + fp_pointer_string + " " + fp_string, PrintByRef(fp));1443 EXPECT_TRUE(HasPrefix(PrintByRef(p),1448 EXPECT_TRUE(HasPrefix(PrintByRef(p2),1457 EXPECT_TRUE(HasPrefix(PrintByRef(p), "@" + PrintPointer(&p) + " " +