Searched refs:WithParamInterface (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsad_test.cc132 public ::testing::WithParamInterface<sad_m_by_n_test_param_t> {
163 public ::testing::WithParamInterface<sad_n_by_n_by_4_test_param_t> {
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp380 public ::testing::WithParamInterface<keymaster_keypair_t> {
384 public ::testing::WithParamInterface<uint32_t> {
388 public ::testing::WithParamInterface<uint32_t> {
392 public ::testing::WithParamInterface<uint32_t> {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8885 // testing::WithParamInterface<T>, where T is the type of the parameter
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8889 // separately from Test and WithParamInterface. For example:
8896 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
19180 // ::testing::WithParamInterface. In most cases that just means inheriting
19182 // may need to inherit from Test and WithParamInterface at different levels.
19213 class WithParamInterface { class in namespace:testing
19216 virtual ~WithParamInterface() {}
19221 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
19240 // TestClass must be a subclass of WithParamInterface<
[all...]

Completed in 578 milliseconds