Home
last modified time | relevance | path

Searched defs:tree_node (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dtree.hpp125 struct tree_node struct
130 <VoidPointer, tree_type_value, OptimizeSize>::type hook_type;
131 typedef T value_type;
132 typedef typename tree_internal_data_type<T>::type internal_type;
135 , tree_type_value, OptimizeSize> node_t;
138 <sizeof(T), boost::container::dtl::alignment_of<T>::value>::type storage_t;
139 storage_t m_storage;
147 BOOST_CONTAINER_FORCEINLINE T &get_data() in get_data()
150 BOOST_CONTAINER_FORCEINLINE const T &get_data() const in get_data()
153 BOOST_CONTAINER_FORCEINLINE T *get_data_ptr() in get_data_ptr()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/tree/
Dcommon.hpp57 struct tree_node struct
59 typedef T parse_node_t;
62 typedef std::allocator<tree_node<T> > allocator_type;
64 typedef boost::pool_allocator<tree_node<T> > allocator_type;
66 typedef boost::fast_pool_allocator<tree_node<T> > allocator_type;
70 typedef std::vector<tree_node<T>, allocator_type> children_t;
72 typedef std::list<tree_node<T>, allocator_type> children_t;
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
78 T value;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dtree_node.hpp32 struct tree_node struct
34 typedef typename pointer_rebind<VoidPointer, tree_node>::type node_ptr;
36 node_ptr parent_, left_, right_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/example/
Ddoc_recursive_containers.cpp44 struct tree_node struct
50 list<tree_node> children_; argument
51 list<tree_node>::iterator selected_child_; argument
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/include/lib/
Dbinary_search_tree.h112 struct bst_node *tree_node = root->root; in bst_search() local
144 struct bst_node *tree_node = root->root; in bst_search_key() local
211 struct bst_node *tree_node = *parent_ptr; in bst_insert() local
/aosp_15_r20/external/clang/test/CodeGen/
H A D2005-09-24-BitFieldCrash.c23 union tree_node { union
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb60 def copy_node( tree_node ) argument
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/sync/
Dcancellation_token.rs4 mod tree_node; module
/aosp_15_r20/external/dtc/libfdt/
H A Dfdt_overlay.c206 int tree_node, in overlay_update_local_node_references()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt_overlay.c206 int tree_node, in overlay_update_local_node_references()
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Devent.c138 struct bst_node tree_node; member
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_rev_vlc.c396 VOID ixheaacd_carry_bit_branch_val(UWORD8 carry_bit, UWORD32 tree_node, in ixheaacd_carry_bit_branch_val()
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Doverlay.rs70 let mut tree_node = root; in collect_all_references_by_path() localVariable
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtree.rb706 def copy_node( tree_node ) argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dtree.h3634 desc ("tree_node_structure (&%h)"), variable_size)) tree_node { union
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h7056 struct rb_node tree_node; member
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h7984 struct rb_node tree_node; member
H A Dvmlinux_600.h7984 struct rb_node tree_node; member
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h7582 struct rb_node tree_node; member
H A Dvmlinux_602.h7582 struct rb_node tree_node; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h9347 struct rb_node tree_node; member
H A Dvmlinux_518.h9347 struct rb_node tree_node; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h5498 struct rb_node tree_node; member
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h7498 struct rb_node tree_node; member
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h8338 struct rb_node tree_node; member

12