Searched defs:value_param (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest.h643 const char* value_param() const { function in class:testing::TestInfo
682 const char* value_param,
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest.cc1766 "value_param"
2193 // value_param: text representation of the test's value parameter,
2205 const char* value_param,
2211 new TestInfo(test_case_name, name, type_param, value_param,
2648 const char* const value_param = test_info.value_param(); local
2650 if (type_param != NULL || value_param != NULL) {
2654 if (value_param != NULL)
2657 if (value_param != NULL) {
2658 printf("%s = %s", kValueParamLabel, value_param);
2201 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
[all...]

Completed in 152 milliseconds