Searched refs:a_type_param (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3663 const char* a_type_param,
3669 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
3870 // a_type_param: the name of the test case's type parameter, or NULL if
3874 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
3878 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
3661 TestInfo(const std::string& a_test_case_name, const std::string& a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18113 const char* a_type_param, // NULL if not a type-parameterized test
18169 // a_type_param: the name of the test's type parameter, or NULL if
18173 TestCase(const char* name, const char* a_type_param,

Completed in 211 milliseconds