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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8808 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
8832 INSTANTIATE_TEST_CASE_P(InstantiationName,
8838 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
8856 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
8865 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
8867 // AFTER the INSTANTIATE_TEST_CASE_P statement.
10409 // and generators provided by INSTANTIATE_TEST_CASE_P macro invocations
10439 // obtained from INSTANTIATE_TEST_CASE_P macro invocations for that
10472 // INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information
10538 // received from INSTANTIATE_TEST_CASE_P macro
16972 # define INSTANTIATE_TEST_CASE_P macro
[all...]

Completed in 82 milliseconds