Home
last modified time | relevance | path

Searched defs:parameter (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
Dparameter.hpp29 class parameter { class
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dparameter.hpp43 class parameter : public BOOST_RT_PARAM_NAMESPACE::parameter { class
45 parameter( identification_policy& ID, argument_factory& F, bool optional_value = false ) in parameter() function in boost::BOOST_RT_PARAM_NAMESPACE::cla::parameter
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h356 explicit ParameterizedTestFactory(ParamType parameter) : in ParameterizedTestFactory()
397 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) { in CreateTestFactory()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1789 static void SetParam(const ParamType* parameter) { in SetParam()