Home
last modified time | relevance | path

Searched defs:data_type (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/boost/libs/regex/test/regress/
Dinfo.hpp81 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/
Ddynamic_binding.cpp29 struct data_type struct
31 map_type first;
32 mutex_type second;
/third_party/boost/libs/unordered/test/exception/
Dswap_exception_tests.cpp23 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;
Derase_exception_tests.cpp21 typedef T data_type; typedef
Dassign_exception_tests.cpp25 typedef T data_type; typedef
70 typedef T data_type; typedef
/third_party/boost/libs/numeric/ublas/test/
Dtest_fixed_containers.cpp21 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/
Dtest.py100 def GetData(self, data_type): argument
220 def SetupData(self, data_type): argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_builtins_test.cpp86 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/
Dval_builtins_test.cpp86 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/
Ds337m.c36 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
Dspdifdec.c37 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/
Das_set.hpp78 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
Das_matcher.hpp27 typedef typename impl::data data_type; typedef
Das_alternate.hpp107 typedef typename impl::data data_type; typedef
/third_party/boost/boost/python/suite/indexing/
Dcontainer_utils.hpp23 typedef typename Container::value_type data_type; in extend_container() typedef
/third_party/boost/boost/bimap/container_adaptor/
Dunordered_multimap_adaptor.hpp83 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::unordered_multimap_adaptor
Dmultimap_adaptor.hpp83 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::multimap_adaptor
Dvector_map_adaptor.hpp79 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::vector_map_adaptor
Dmap_adaptor.hpp84 typedef BOOST_DEDUCED_TYPENAME Iterator::value_type::second_type data_type; typedef in boost::bimaps::container_adaptor::map_adaptor
Dunordered_map_adaptor.hpp84 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/
Dbasic_endpoint.hpp52 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/
Dcpp_int.hpp215 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/
Dptree.hpp63 typedef Data data_type; typedef in boost::property_tree::basic_ptree
/third_party/boost/boost/asio/ip/
Dbasic_endpoint.hpp54 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/
Dbasic_endpoint.hpp58 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

12345