Searched defs:a_type_param (Results 1 - 1 of 1) 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

Completed in 23 milliseconds