Searched refs:PrintByRef (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-printers_test.cc | 239 string PrintByRef(const T& value) { in PrintByRef() function 1133 EXPECT_EQ("@" + PrintPointer(&n) + " 5", PrintByRef(n)); in TEST() 1140 PrintByRef(a)); in TEST() 1145 PrintByRef(x)); in TEST() 1161 PrintByRef(fp)); in TEST() 1169 PrintByRef(p), in TEST() 1175 PrintByRef(p2), in TEST() 1185 PrintByRef(p), in TEST()
|
/external/v8/testing/gtest/test/ |
D | gtest-printers_test.cc | 245 string PrintByRef(const T& value) { in PrintByRef() function 1184 EXPECT_EQ("@" + PrintPointer(&n) + " 5", PrintByRef(n)); in TEST() 1191 PrintByRef(a)); in TEST() 1196 PrintByRef(x)); in TEST() 1212 PrintByRef(fp)); in TEST() 1220 PrintByRef(p), in TEST() 1226 PrintByRef(p2), in TEST() 1236 PrintByRef(p), in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-printers_test.cc | 245 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()
|
/external/googletest/googletest/test/ |
D | gtest-printers_test.cc | 249 std::string PrintByRef(const T& value) { in PrintByRef() function 1187 EXPECT_EQ("@" + PrintPointer(&n) + " 5", PrintByRef(n)); in TEST() 1194 PrintByRef(a)); in TEST() 1199 PrintByRef(x)); in TEST() 1215 PrintByRef(fp)); in TEST() 1223 PrintByRef(p), in TEST() 1229 PrintByRef(p2), in TEST() 1239 PrintByRef(p), in TEST()
|