Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/contract/test/result/
Dmixed_optional.hpp27 typedef boost::contract::test::detail::counter<ch_tag, char> ch_type; typedef
30 #define BOOST_CONTRACT_TEST_CH_TYPE ch_type&
32 ch_type ch_init;
35 #define BOOST_CONTRACT_TEST_CH_TYPE ch_type
46 ch_type& ch, boost::contract::virtual_* v = 0) { in f()
47 unsigned const old_ch_copies = ch_type::copies(); in f()
56 .postcondition([&] (boost::optional<ch_type const&> const& result) { in f()
61 BOOST_TEST_EQ(ch_type::copies(), old_ch_copies); in f()
81 ch_type& ch, boost::contract::virtual_* v = 0) /* override */ { in f()
82 unsigned const old_ch_copies = ch_type::copies(); in f()
[all …]
/third_party/boost/boost/convert/
Dstrtol.hpp209 typedef typename range_type::value_type ch_type; in str_to_d() typedef
212 ch_type str[sz] = {0}; std::strncpy(str, &*range.begin(), (std::min)(sz - 1, range.size())); in str_to_d()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1328 Elf32_Word ch_type; member
1335 Elf64_Word ch_type; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1535 Elf32_Word ch_type; member
1542 Elf64_Word ch_type; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h553 Elf_Word ch_type;
561 Elf_Word ch_type;
/third_party/libunwind/src/dwarf/
DGfind_proc_info-lsb.c141 if (chdr->ch_type == ELFCOMPRESS_ZLIB) in load_debug_frame()
171 chdr->ch_type); in load_debug_frame()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/musl/porting/linux/user/include/
Delf.h427 Elf32_Word ch_type; member
433 Elf64_Word ch_type; member
/third_party/musl/ndk_musl_include/
Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/musl/include/
Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/musl/porting/uniproton/kernel/include/
Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_event.c562 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local
564 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch()
565 switch (ch_type) { in mlme_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c710 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local
712 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch()
713 switch (ch_type) { in mlme_event_ch_switch()