Home
last modified time | relevance | path

Searched defs:node_t (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Dtdestroy.cpp20 struct node_t { struct
29 node_t* root_node = reinterpret_cast<node_t*>(root); in tdestroy() argument
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dtfind.c15 typedef struct node_t struct
18 struct node_t *llink, *rlink; argument
H A Dtsearch.c17 typedef struct node_t { struct
19 struct node_t *left, *right; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/tree/
Dcommon.hpp397 typedef node_iter_data<iterator_t, ValueT> node_t; typedef in boost::spirit::node_iter_data_factory::factory
433 typedef node_val_data<iterator_t, ValueT> node_t; typedef in boost::spirit::node_val_data_factory::factory
480 typedef node_val_data<iterator_t, ValueT> node_t; typedef in boost::spirit::node_all_val_data_factory::factory
535 typedef tree_node<parse_node_t> node_t; typedef in boost::spirit::tree_match
789 typedef typename factory_t::node_t node_t; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dtree.hpp135 , tree_type_value, OptimizeSize> node_t; typedef
325 , tree_type_value, OptimizeSize> node_t; typedef
382 typedef typename AllocHolder::Node node_t; typedef in boost::container::dtl::RecyclingCloner
397 (typename dtl::if_c<DoMove, node_t &, const node_t&>::type other) const in operator ()() argument
Dpool_common.hpp39 typedef slist_hook_t node_t; typedef
Dnode_pool_impl.hpp55 typedef typename node_slist<void_pointer>::node_t node_t; typedef in boost::container::dtl::private_node_pool_impl
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dsearch.h57 } node_t; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Drule3.cpp56 using node_t = boost::make_recursive_variant< typedef
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dph.c5 typedef struct node_s node_t; typedef
H A Drb.c16 typedef struct node_s node_t; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Dtree_tests.cpp329 ::node_t node_t; in operator ()() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dnode_handle_test.cpp168 typedef node<test_pair> node_t; typedef