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

/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
202 EXPECT_TRUE(IsNull(tests[0]->value_param()));
224 EXPECT_TRUE(IsNull(test_info->value_param()));
287 EXPECT_TRUE(IsNull(tests[1]->value_param()));
295 EXPECT_TRUE(IsNull(tests[2]->value_param()));
303 EXPECT_TRUE(IsNull(tests[3]->value_param()));
320 EXPECT_TRUE(IsNull(tests[0]->value_param()));
[all...]
H A Dgtest-param-test_test.cc807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
981 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2104 "value_param"
2534 // value_param: text representation of the test's value parameter,
2547 const char* value_param,
2554 new TestInfo(test_case_name, name, type_param, value_param,
3011 const char* const value_param = test_info.value_param(); local
3013 if (type_param != NULL || value_param != NULL) {
3017 if (value_param != NULL)
3020 if (value_param != NULL) {
3021 printf("%s = %s", kValueParamLabel, value_param);
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h666 const char* value_param() const { function in class:testing::TestInfo
719 const char* value_param,
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h520 // value_param text representation of the test's value parameter,
533 const char* value_param,

Completed in 38 milliseconds