Home
last modified time | relevance | path

Searched defs:array_type (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/boost/boost/fusion/adapted/std_array/
Dstd_array_iterator.hpp34 typedef Array array_type; typedef
44 typedef typename Iterator::array_type array_type; typedef
51 typedef typename Iterator::array_type array_type; typedef
71 typedef typename Iterator::array_type array_type; typedef
/third_party/boost/boost/fusion/adapted/boost_array/
Darray_iterator.hpp33 typedef Array array_type; typedef
44 typedef typename Iterator::array_type array_type; typedef
51 typedef typename Iterator::array_type array_type; typedef
72 typedef typename Iterator::array_type array_type; typedef
/third_party/boost/libs/numeric/odeint/test_external/eigen/
Dresize.cpp93 typedef Eigen::Array< double , 1 , 1 > array_type; in BOOST_AUTO_TEST_CASE() typedef
103 typedef Eigen::Array< double , Eigen::Dynamic , Eigen::Dynamic > array_type; in BOOST_AUTO_TEST_CASE() typedef
124 typedef Eigen::Array< double , Eigen::Dynamic , Eigen::Dynamic > array_type; in BOOST_AUTO_TEST_CASE() typedef
Dsame_size.cpp61 typedef Eigen::Array< double , 1 , 1 > array_type; in BOOST_AUTO_TEST_CASE() typedef
68 typedef Eigen::Array< double , Eigen::Dynamic , Eigen::Dynamic > array_type; in BOOST_AUTO_TEST_CASE() typedef
75 typedef Eigen::Array< double , Eigen::Dynamic , Eigen::Dynamic > array_type; in BOOST_AUTO_TEST_CASE() typedef
Dis_resizeable.cpp42 typedef Eigen::Array< double , 1 , 1 > array_type; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/interprocess/test/
Dnamed_construct_test.cpp35 typedef array_pair array_type; typedef
50 typedef array_pair array_type; typedef
65 typedef array_pair array_type; typedef
80 typedef typename NameGenerator::array_type array_type; in construct_test() typedef
/third_party/boost/libs/fusion/test/sequence/
Dstd_array.cpp32 typedef std::array<int,3> array_type; in main() typedef
Dboost_array.cpp25 typedef boost::array<int,3> array_type; in main() typedef
Darray.cpp21 typedef int array_type[3]; in main() typedef
/third_party/skia/third_party/externals/tint/src/transform/
Dwrap_arrays_in_structs.h63 std::function<const ast::Type*(CloneContext&)> array_type; member
/third_party/boost/libs/spirit/example/qi/
Dboost_array.cpp29 typedef boost::array<T, N> array_type; typedef
101 typedef boost::array<int, 2> array_type; in main() typedef
/third_party/boost/boost/numeric/ublas/tensor/
Dstorage_traits.hpp31 using array_type = std::vector<V,A>; typedef
57 using array_type = std::array<V,N>; typedef
/third_party/boost/libs/numeric/odeint/test/
Dprepare_stepper_testing.hpp41 typedef boost::array< double , 1 > array_type; typedef
Drunge_kutta_error_concepts.cpp131 typedef boost::array<T,1> array_type; typedef
Drunge_kutta_concepts.cpp133 typedef boost::array<T,1> array_type; typedef
Drunge_kutta_controlled_concepts.cpp159 typedef boost::array<T,1> array_type; typedef
/third_party/boost/boost/
Dcrc.hpp1053 typedef boost::array<value_type, table_size_c::value> array_type; typedef in boost::detail::crc_table_t
1097 typedef typename base_type::array_type array_type; typedef in boost::detail::direct_byte_table_driven_crcs
1187 typedef typename base_type::array_type array_type; typedef in boost::detail::reflected_byte_table_driven_crcs
1308 typedef typename base_type::array_type array_type; typedef in boost::detail::direct_sub_byte_crcs
1391 typedef typename base_type::array_type array_type; typedef in boost::detail::reflected_sub_byte_crcs
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_dict_helpers.h116 int array_type; /** the dbus type of the array elements if the dict member
Ddbus_dict_helpers.c367 char array_type[10]; in wpa_dbus_dict_begin_array() local
673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array()
823 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_dict_helpers.h116 int array_type; /** the dbus type of the array elements if the dict member
Ddbus_dict_helpers.c367 char array_type[10]; in wpa_dbus_dict_begin_array() local
673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array()
823 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
/third_party/boost/boost/compute/utility/
Dextents.hpp37 typedef boost::array<size_t, N> array_type; typedef in boost::compute::extents
/third_party/boost/libs/compute/include/boost/compute/utility/
Dextents.hpp37 typedef boost::array<size_t, N> array_type; typedef in boost::compute::extents
/third_party/boost/boost/detail/
Dcall_traits.hpp147 typedef T array_type[N]; typedef
160 typedef const T array_type[N]; typedef
/third_party/boost/boost/accumulators/statistics/
Dweighted_tail_variate_means.hpp111 …numeric::functional::multiplies<VariateType, Weight>::result_type, Weight>::result_type array_type; typedef

1234