Home
last modified time | relevance | path

Searched defs:value_func (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessor/
Ddef_params_tail.hpp35 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_IMPL(i, param, value_func) \ argument
44 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_DELAY_1(i, n, param, value_func) \ argument
48 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_DELAY_2(i, n, param, value_func) \ argument
80 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_IMPL(i, param, value_func) \ argument
/aosp_15_r20/external/python/cpython2/Doc/includes/
Dmp_synchronize.py16 def value_func(running, mutex): function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dcomposite_tensor_test.py402 def testAssertSameStructureWithValueAndTypeSpec(self, value_func): argument