/external/syslinux/gpxe/src/include/gpxe/ |
errortab.h | 19 #define ERRORTAB __table ( struct errortab, "errortab" )
|
sanboot.h | 14 __table ( struct sanboot_protocol, "sanboot_protocols" )
|
command.h | 22 #define COMMANDS __table ( struct command, "commands" )
|
arp.h | 33 __table ( struct arp_net_protocol, "arp_net_protocols" )
|
init.h | 19 #define INIT_FNS __table ( struct init_fn, "init_fns" ) 57 #define STARTUP_FNS __table ( struct startup_fn, "startup_fns" )
|
features.h | 57 #define DHCP_FEATURES __table ( uint8_t, "dhcp_features" ) 79 #define FEATURES __table ( struct feature, "features" )
|
open.h | 64 #define URI_OPENERS __table ( struct uri_opener, "uri_openers" ) 87 #define SOCKET_OPENERS __table ( struct socket_opener, "socket_openers" )
|
tables.h | 120 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" ) 179 #define __table( type, name ) ( type, name ) macro 228 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" ) 264 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" ) 282 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" ) 300 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" ) 321 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" ) 347 * #define FROBNICATORS __table ( struct frobnicator, "frobnicators" )
|
tcpip.h | 104 #define TCPIP_PROTOCOLS __table ( struct tcpip_protocol, "tcpip_protocols" ) 111 __table ( struct tcpip_net_protocol, "tcpip_net_protocols" )
|
gdbstub.h | 50 #define GDB_TRANSPORTS __table ( struct gdb_transport, "gdb_transports" )
|
process.h | 70 #define PERMANENT_PROCESSES __table ( struct process, "processes" )
|
/external/libcxx/include/ |
unordered_map | 767 __key_equal, __allocator_type> __table; 769 __table __table_; 771 typedef typename __table::_NodeTypes _NodeTypes; 772 typedef typename __table::__node_pointer __node_pointer; 773 typedef typename __table::__node_const_pointer __node_const_pointer; 774 typedef typename __table::__node_traits __node_traits; 775 typedef typename __table::__node_allocator __node_allocator; 776 typedef typename __table::__node __node; 781 static_assert((is_same<typename __table::__container_value_type, value_type>::value), ""); 782 static_assert((is_same<typename __table::__node_value_type, __value_type>::value), "") [all...] |
unordered_set | 351 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 353 __table __table_; 356 typedef typename __table::pointer pointer; 357 typedef typename __table::const_pointer const_pointer; 358 typedef typename __table::size_type size_type; 359 typedef typename __table::difference_type difference_type; 361 typedef typename __table::const_iterator iterator; 362 typedef typename __table::const_iterator const_iterator; 363 typedef typename __table::const_local_iterator local_iterator; 364 typedef typename __table::const_local_iterator const_local_iterator [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
unordered_map | 767 __key_equal, __allocator_type> __table; 769 __table __table_; 771 typedef typename __table::_NodeTypes _NodeTypes; 772 typedef typename __table::__node_pointer __node_pointer; 773 typedef typename __table::__node_const_pointer __node_const_pointer; 774 typedef typename __table::__node_traits __node_traits; 775 typedef typename __table::__node_allocator __node_allocator; 776 typedef typename __table::__node __node; 781 static_assert((is_same<typename __table::__container_value_type, value_type>::value), ""); 782 static_assert((is_same<typename __table::__node_value_type, __value_type>::value), "") [all...] |
unordered_set | 351 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 353 __table __table_; 356 typedef typename __table::pointer pointer; 357 typedef typename __table::const_pointer const_pointer; 358 typedef typename __table::size_type size_type; 359 typedef typename __table::difference_type difference_type; 361 typedef typename __table::const_iterator iterator; 362 typedef typename __table::const_iterator const_iterator; 363 typedef typename __table::const_local_iterator local_iterator; 364 typedef typename __table::const_local_iterator const_local_iterator [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
unordered_map | 767 __key_equal, __allocator_type> __table; 769 __table __table_; 771 typedef typename __table::_NodeTypes _NodeTypes; 772 typedef typename __table::__node_pointer __node_pointer; 773 typedef typename __table::__node_const_pointer __node_const_pointer; 774 typedef typename __table::__node_traits __node_traits; 775 typedef typename __table::__node_allocator __node_allocator; 776 typedef typename __table::__node __node; 781 static_assert((is_same<typename __table::__container_value_type, value_type>::value), ""); 782 static_assert((is_same<typename __table::__node_value_type, __value_type>::value), "") [all...] |
unordered_set | 351 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 353 __table __table_; 356 typedef typename __table::pointer pointer; 357 typedef typename __table::const_pointer const_pointer; 358 typedef typename __table::size_type size_type; 359 typedef typename __table::difference_type difference_type; 361 typedef typename __table::const_iterator iterator; 362 typedef typename __table::const_iterator const_iterator; 363 typedef typename __table::const_local_iterator local_iterator; 364 typedef typename __table::const_local_iterator const_local_iterator [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 151 _Ch*, const _TimeInfo& __table, 172 __table._M_dayname + offset, __table._M_dayname + offset + 7); 183 __table._M_monthname + offset, __table._M_monthname + offset + 12); 232 __table._M_am_pm + 0, __table._M_am_pm + 2); 281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { 282 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14) [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 151 _Ch*, const _TimeInfo& __table, 171 __table._M_dayname + offset, __table._M_dayname + offset + 7); 182 __table._M_monthname + offset, __table._M_monthname + offset + 12); 231 __table._M_am_pm + 0, __table._M_am_pm + 2); 280 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { 281 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 151 _Ch*, const _TimeInfo& __table, 171 __table._M_dayname + offset, __table._M_dayname + offset + 7); 182 __table._M_monthname + offset, __table._M_monthname + offset + 12); 231 __table._M_am_pm + 0, __table._M_am_pm + 2); 280 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { 281 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14) [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/ |
unordered_set | 351 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 353 __table __table_; 356 typedef typename __table::pointer pointer; 357 typedef typename __table::const_pointer const_pointer; 358 typedef typename __table::size_type size_type; 359 typedef typename __table::difference_type difference_type; 361 typedef typename __table::const_iterator iterator; 362 typedef typename __table::const_iterator const_iterator; 363 typedef typename __table::const_local_iterator local_iterator; 364 typedef typename __table::const_local_iterator const_local_iterator [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/ |
unordered_set | 351 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 353 __table __table_; 356 typedef typename __table::pointer pointer; 357 typedef typename __table::const_pointer const_pointer; 358 typedef typename __table::size_type size_type; 359 typedef typename __table::difference_type difference_type; 361 typedef typename __table::const_iterator iterator; 362 typedef typename __table::const_iterator const_iterator; 363 typedef typename __table::const_local_iterator local_iterator; 364 typedef typename __table::const_local_iterator const_local_iterator [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ |
unordered_set | 351 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 353 __table __table_; 356 typedef typename __table::pointer pointer; 357 typedef typename __table::const_pointer const_pointer; 358 typedef typename __table::size_type size_type; 359 typedef typename __table::difference_type difference_type; 361 typedef typename __table::const_iterator iterator; 362 typedef typename __table::const_iterator const_iterator; 363 typedef typename __table::const_local_iterator local_iterator; 364 typedef typename __table::const_local_iterator const_local_iterator [all...] |
/external/libcxx/include/ext/ |
hash_set | 228 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 230 __table __table_; 233 typedef typename __table::pointer pointer; 234 typedef typename __table::const_pointer const_pointer; 235 typedef typename __table::size_type size_type; 236 typedef typename __table::difference_type difference_type; 238 typedef typename __table::const_iterator iterator; 239 typedef typename __table::const_iterator const_iterator; 450 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 452 __table __table_ [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ext/ |
hash_set | 228 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 230 __table __table_; 233 typedef typename __table::pointer pointer; 234 typedef typename __table::const_pointer const_pointer; 235 typedef typename __table::size_type size_type; 236 typedef typename __table::difference_type difference_type; 238 typedef typename __table::const_iterator iterator; 239 typedef typename __table::const_iterator const_iterator; 450 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table; 452 __table __table_ [all...] |