Home
last modified time | relevance | path

Searched defs:sig_type (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/signals2/example/
Dextended_slot.cpp26 typedef bs2::signal<void (void)> sig_type; in main() typedef
/third_party/boost/libs/signals2/test/
Ddead_slot_test.cpp18 typedef boost::signals2::signal<int (int)> sig_type; typedef
Dconnection_test.cpp17 typedef bs2::signal<void ()> sig_type; typedef
Dtrackable_test.cpp74 typedef boost::signals2::signal<int (int), max_or_default<int> > sig_type; in BOOST_AUTO_TEST_CASE() typedef
Dtrack_test.cpp59 typedef boost::signals2::signal<int (int), max_or_default<int> > sig_type; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/boost/spirit/home/qi/nonterminal/
Dgrammar.hpp43 typedef typename start_type::sig_type sig_type; typedef
Drule.hpp127 sig_type; typedef
/third_party/boost/boost/spirit/home/karma/nonterminal/
Dgrammar.hpp44 typedef typename start_type::sig_type sig_type; typedef
Drule.hpp134 sig_type; typedef
/third_party/uboot/u-boot-2020.01/include/
Dblk.h48 enum sig_type { enum
83 enum sig_type sig_type; /* Partition table signature type */ member
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp413 sig_type; typedef
/third_party/boost/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp391 sig_type; typedef
/third_party/uboot/u-boot-2020.01/tools/
Dmtk_image.h112 uint8_t sig_type; member
/third_party/mbedtls/library/
Dssl_srv.c835 mbedtls_pk_type_t sig_type; in ssl_ciphersuite_match() local