Home
last modified time | relevance | path

Searched refs:value_param (Results 1 - 13 of 13) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc154 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST()
160 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST()
166 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST()
172 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST()
193 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST()
214 EXPECT_TRUE(IsNull(test_info->value_param())); in TEST()
276 EXPECT_TRUE(IsNull(tests[1]->value_param()));
284 EXPECT_TRUE(IsNull(tests[2]->value_param()));
292 EXPECT_TRUE(IsNull(tests[3]->value_param()));
308 EXPECT_TRUE(IsNull(tests[0]->value_param()));
[all...]
H A Dgoogletest-param-test-test.cc848 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); in TEST_P()
1068 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); in TEST_P()
H A Dgtest_unittest.cc2100 "value_param"); in TEST_F()
2113 "'classname', 'name', 'status', 'time', 'type_param', 'value_param'," in TEST_F()
7717 EXPECT_STREQ(tests->GetTestInfo(j)->value_param(), "VALUE"); in TEST()
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h567 const char* value_param() const { in value_param() function in testing::TestInfo
619 const char* value_param, internal::CodeLocation code_location,
2290 const char* type_param, const char* value_param, in RegisterTest()
2304 test_suite_name, test_name, type_param, value_param, in RegisterTest()
2289 RegisterTest(const char* test_suite_name, const char* test_name, const char* type_param, const char* value_param, const char* file, int line, Factory factory) RegisterTest() argument
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h559 const char* value_param() const { in value_param() function in testing::TestInfo
611 const char* value_param, internal::CodeLocation code_location,
2283 const char* type_param, const char* value_param, in RegisterTest()
2297 test_suite_name, test_name, type_param, value_param, in RegisterTest()
2282 RegisterTest(const char* test_suite_name, const char* test_name, const char* type_param, const char* value_param, const char* file, int line, Factory factory) RegisterTest() argument
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h721 const char* value_param() const { in value_param() function in testing::TestInfo
773 const char* value_param, internal::CodeLocation code_location,
2439 const char* type_param, const char* value_param, in RegisterTest()
2453 test_suite_name, test_name, type_param, value_param, in RegisterTest()
2438 RegisterTest(const char* test_suite_name, const char* test_name, const char* type_param, const char* value_param, const char* file, int line, Factory factory) RegisterTest() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
H A Dmain.go321 ValueParam string `json:"value_param,omitempty"`
/third_party/googletest/googletest/src/
H A Dgtest.cc2300 "type_param", "value_param", "file", "line", "level"};
2306 "value_param", "file", "line", "result", "timestamp", "level"};
2764 // value_param: text representation of the test's value parameter,
2775 const char* value_param, CodeLocation code_location,
2779 new TestInfo(test_suite_name, name, type_param, value_param,
3323 const char* const value_param = test_info.value_param();
3325 if (type_param != nullptr || value_param != nullptr) {
3329 if (value_param != nullptr) printf(" and ");
3331 if (value_param !
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2103 "value_param", "file", "line"};
2109 "value_param", "file", "line", "result", "timestamp"};
2572 // value_param: text representation of the test's value parameter,
2583 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo()
2587 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo()
3085 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local
3087 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent()
3091 if (value_param != nullptr) printf(" and "); in PrintFullTestCommentIfPresent()
3093 if (value_param ! in PrintFullTestCommentIfPresent()
2581 MakeAndRegisterTestInfo( const char* test_suite_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestSuiteFunc set_up_tc, TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory) MakeAndRegisterTestInfo() argument
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest.cc2317 "type_param", "value_param", "file", "line"};
2323 "value_param", "file", "line", "result", "timestamp"};
2754 // value_param: text representation of the test's value parameter,
2765 const char* value_param, CodeLocation code_location,
2769 new TestInfo(test_suite_name, name, type_param, value_param,
3336 const char* const value_param = test_info.value_param();
3338 if (type_param != nullptr || value_param != nullptr) {
3342 if (value_param != nullptr) printf(" and ");
3344 if (value_param !
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h572 // value_param: text representation of the test's value parameter,
583 const char* value_param, CodeLocation code_location,
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h549 // value_param text representation of the test's value parameter,
560 const char* value_param, CodeLocation code_location,
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h557 // value_param: text representation of the test's value parameter,
568 const char* value_param, CodeLocation code_location,

Completed in 45 milliseconds