Home
last modified time | relevance | path

Searched defs:node_base (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/example/
Dnode.hpp11 struct node_base struct
13 node_base() : m_next(0) {} in node_base() function
15 virtual ~node_base() in ~node_base() argument
20 node_base* next() const in next() argument
28 void append(node_base* p) in append() argument
37 node_base* m_next; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dstable_vector.hpp109 struct node_base struct
113 pointer_traits<VoidPtr> void_ptr_traits;
116 <node_base>::type node_base_ptr;
121 <node_base_ptr>::type node_base_ptr_ptr;
124 BOOST_CONTAINER_FORCEINLINE explicit node_base(const node_base_ptr_ptr &n) in node_base() function
128 BOOST_CONTAINER_FORCEINLINE node_base() in node_base() function
132 node_base_ptr_ptr up;
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_lazy_tensor.py173 node_base: str = "Node" variable in default_args