Searched refs:result_vector (Results 1 – 5 of 5) sorted by relevance
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/ |
D | times_time_iterator.cpp | 55 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef 168 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 172 std::copy( first , last , std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 190 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 195 std::copy( first , last , std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 213 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 216 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 233 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 235 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | const_step_time_iterator.cpp | 44 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef 158 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 162 std::copy( first , last , std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 179 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 182 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 199 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 201 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | n_step_time_iterator.cpp | 44 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef 153 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 157 std::copy( first , last , std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 174 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 177 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 194 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 196 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | adaptive_time_iterator.cpp | 46 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef 269 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 273 std::copy( first , last , std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 291 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 294 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 312 result_vector res; in BOOST_AUTO_TEST_CASE_TEMPLATE() 314 std::back_insert_iterator< result_vector >( res ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/external/federated-compute/fcp/secagg/shared/ |
D | secagg_vector.cc | 376 SecAggUnpackedVector result_vector(length, modulus); in AddMaps() local 378 result_vector[j] = AddModOpt(a_at_name[j], b_at_name[j], modulus); in AddMaps() 380 result->emplace(name, std::move(result_vector)); in AddMaps()
|