Searched defs:GetParam (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.h8798 // Inside a test, access the test parameter with the GetParam() method
8800 EXPECT_TRUE(foo.Blah(GetParam()));
8905 // GetParam works just the same here as if you inherit from TestWithParam.
8906 EXPECT_TRUE(foo.Blah(GetParam()));
16781 // external_flag = GetParam();
16829 // tie(external_flag_1, external_flag_2) = GetParam();
19185 // the GetParam() method.
19193 // // Can use GetParam() here.
19196 // // Can use GetParam() here.
19199 // // Can use GetParam() her
19223 const ParamType& GetParam() const { function in class:testing::WithParamInterface
[all...]

Completed in 93 milliseconds