Home
last modified time | relevance | path

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

/external/chromium_org/testing/gtest/test/
Dgtest-printers_test.cc241 string PrintByRef(const T& value) { in PrintByRef() function
1200 EXPECT_EQ("@" + PrintPointer(&n) + " 5", PrintByRef(n)); in TEST()
1207 PrintByRef(a)); in TEST()
1212 PrintByRef(x)); in TEST()
1228 PrintByRef(fp)); in TEST()
1236 PrintByRef(p), in TEST()
1242 PrintByRef(p2), in TEST()
1252 PrintByRef(p), in TEST()
/external/gtest/test/
Dgtest-printers_test.cc245 string PrintByRef(const T& value) { in PrintByRef() function
1152 EXPECT_EQ("@" + PrintPointer(&n) + " 5", PrintByRef(n)); in TEST()
1159 PrintByRef(a)); in TEST()
1164 PrintByRef(x)); in TEST()
1180 PrintByRef(fp)); in TEST()
1188 PrintByRef(p), in TEST()
1194 PrintByRef(p2), in TEST()
1204 PrintByRef(p), in TEST()