| /third_party/boost/libs/regex/test/regress/ |
| D | info.hpp | 81 struct data_type struct in test_info_base 83 std::string file; 84 int line; 85 string_type expression; 86 boost::regex_constants::syntax_option_type options; 87 string_type search_text; 88 boost::regex_constants::match_flag_type match_options; 89 const int* answer_table; 90 string_type format_string; 91 string_type result_string; [all …]
|
| /third_party/boost/libs/type_erasure/src/ |
| D | dynamic_binding.cpp | 29 struct data_type struct 31 map_type first; 32 mutex_type second;
|
| /third_party/boost/libs/unordered/test/exception/ |
| D | swap_exception_tests.cpp | 23 typedef T data_type; typedef 80 struct data_type struct 82 data_type(T const& x_, T const& y_) : x(x_), y(y_) {} in data_type() argument 84 T x, y;
|
| D | erase_exception_tests.cpp | 21 typedef T data_type; typedef
|
| D | assign_exception_tests.cpp | 25 typedef T data_type; typedef 70 typedef T data_type; typedef
|
| /third_party/boost/libs/numeric/ublas/test/ |
| D | test_fixed_containers.cpp | 21 struct data_type { struct 26 struct data_type< std::complex<T> > { argument 34 typedef typename data_type<T>::value_type component_type; in test_vector() argument
|
| /third_party/uboot/u-boot-2020.01/tools/patman/ |
| D | test.py | 100 def GetData(self, data_type): argument 220 def SetupData(self, data_type): argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| D | val_builtins_test.cpp | 86 const char* const data_type) { in GetInMainCodeGenerator() 158 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 185 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 216 const char* const data_type = std::get<4>(GetParam()); in TEST_P() local 244 const char* const data_type) { in GetInFunctionCodeGenerator() 326 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 353 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 382 const char* const data_type) { in GetVariableCodeGenerator() 451 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 478 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| D | val_builtins_test.cpp | 86 const char* const data_type) { in GetInMainCodeGenerator() 158 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 185 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 216 const char* const data_type = std::get<4>(GetParam()); in TEST_P() local 244 const char* const data_type) { in GetInFunctionCodeGenerator() 326 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 353 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 382 const char* const data_type) { in GetVariableCodeGenerator() 451 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local 478 const char* const data_type = std::get<3>(GetParam()); in TEST_P() local [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | s337m.c | 36 int data_type, int data_size, in s337m_get_offset_and_codec() 89 int i, pos, sum, max, data_type, data_size, offset; in s337m_probe() local 148 int ret, data_type, data_size, offset; in s337m_read_packet() local
|
| D | spdifdec.c | 37 enum IEC61937DataType data_type, in spdif_get_offset_and_codec() 176 enum IEC61937DataType data_type; in ff_spdif_read_packet() local
|
| /third_party/boost/boost/xpressive/detail/static/transforms/ |
| D | as_set.hpp | 78 typedef typename impl::data data_type; typedef 93 typedef typename impl::data data_type; in operator ()() typedef 187 typedef typename impl::data data_type; typedef
|
| D | as_matcher.hpp | 27 typedef typename impl::data data_type; typedef
|
| D | as_alternate.hpp | 107 typedef typename impl::data data_type; typedef
|
| /third_party/boost/boost/python/suite/indexing/ |
| D | container_utils.hpp | 23 typedef typename Container::value_type data_type; in extend_container() typedef
|
| /third_party/boost/boost/bimap/container_adaptor/ |
| D | unordered_multimap_adaptor.hpp | 83 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::unordered_multimap_adaptor
|
| D | multimap_adaptor.hpp | 83 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::multimap_adaptor
|
| D | vector_map_adaptor.hpp | 79 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::vector_map_adaptor
|
| D | map_adaptor.hpp | 84 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::map_adaptor
|
| D | unordered_map_adaptor.hpp | 84 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::unordered_map_adaptor
|
| /third_party/boost/boost/asio/generic/ |
| D | basic_endpoint.hpp | 52 typedef implementation_defined data_type; typedef in boost::asio::generic::basic_endpoint 54 typedef boost::asio::detail::socket_addr_type data_type; typedef in boost::asio::generic::basic_endpoint
|
| /third_party/boost/boost/multiprecision/ |
| D | cpp_int.hpp | 215 union data_type union 222 BOOST_CONSTEXPR data_type() BOOST_NOEXCEPT : first(0) {} in data_type() function 223 BOOST_CONSTEXPR data_type(limb_type i) BOOST_NOEXCEPT : first(i) {} in data_type() function 224 …BOOST_CONSTEXPR data_type(signed_limb_type i) BOOST_NOEXCEPT : first(i < 0 ? static_cast<limb_type… in data_type() function 226 BOOST_CONSTEXPR data_type(double_limb_type i) BOOST_NOEXCEPT : double_first(i) in data_type() function 228 …BOOST_CONSTEXPR data_type(signed_double_limb_type i) BOOST_NOEXCEPT : double_first(i < 0 ? static_… in data_type() function 231 BOOST_CONSTEXPR data_type(limb_type* limbs, unsigned len) BOOST_NOEXCEPT : ld{ len, limbs } in data_type() function 234 BOOST_CONSTEXPR data_type(limb_type* limbs, unsigned len) BOOST_NOEXCEPT in data_type() function 533 union data_type union 539 BOOST_CONSTEXPR data_type() in data_type() function [all …]
|
| /third_party/boost/boost/property_tree/ |
| D | ptree.hpp | 63 typedef Data data_type; typedef in boost::property_tree::basic_ptree
|
| /third_party/boost/boost/asio/ip/ |
| D | basic_endpoint.hpp | 54 typedef implementation_defined data_type; typedef in boost::asio::ip::basic_endpoint 56 typedef boost::asio::detail::socket_addr_type data_type; typedef in boost::asio::ip::basic_endpoint
|
| /third_party/boost/boost/asio/local/ |
| D | basic_endpoint.hpp | 58 typedef implementation_defined data_type; typedef in boost::asio::local::basic_endpoint 60 typedef boost::asio::detail::socket_addr_type data_type; typedef in boost::asio::local::basic_endpoint
|