Home
last modified time | relevance | path

Searched refs:children_t (Results 1 – 25 of 71) sorted by relevance

123

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c81 children_t *tmp; \
95 children_t *tmp; \
250 } children_t; typedef
252 children_t sentinel={.next=NULL};
254 children_t * children=&sentinel;
288 children_t *tmp, *cur; in main()
475 tmp=(children_t *)malloc(sizeof(children_t)); in main()
476 if (tmp != (children_t *) NULL) in main()
506 tmp=(children_t *)malloc(sizeof(children_t)); in main()
507 if (tmp != (children_t *) NULL) in main()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/
H A Dtree_widget_loader.h125 …nst ::profiler::timestamp_t& _beginTime, const ::profiler::BlocksTree::children_t& _children, Easy…
126 …nst ::profiler::timestamp_t& _beginTime, const ::profiler::BlocksTree::children_t& _children, Easy…
128 …amp_t calculateChildrenDurationRecursive(const ::profiler::BlocksTree::children_t& _children, ::pr…
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/include/easy/
H A Dreader.h104 using children_t = ::std::vector<::profiler::block_index_t>; variable
106 children_t children; ///< List of children blocks. May be empty.
209 BlocksTree::children_t children; ///< List of children indexes
210 BlocksTree::children_t sync; ///< List of context-switch events
211 BlocksTree::children_t events; ///< List of events indexes
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dstatnode.hh69 typedef std::map<std::string,StatNode, CIStringCompare> children_t; typedef in StatNode
70 children_t children;
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dstatnode.hh69 typedef std::map<std::string,StatNode, CIStringCompare> children_t; typedef in StatNode
70 children_t children;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/hilbert/
H A Dheap_trie.h93 typedef buffer<std::pair<Key,node*>, true, 2> children_t; typedef
97 children_t m_nodes;
136 children_t const& nodes() const { return m_nodes; } in nodes()
137 children_t & nodes() { return m_nodes; } in nodes()
572 children_t& nodes = to_trie(n)->nodes(); in find_le()
/dports/math/z3/z3-z3-4.8.13/src/math/hilbert/
H A Dheap_trie.h93 typedef buffer<std::pair<Key,node*>, true, 2> children_t; typedef
97 children_t m_nodes;
136 children_t const& nodes() const { return m_nodes; } in nodes()
137 children_t & nodes() { return m_nodes; } in nodes()
573 children_t& nodes = to_trie(n)->nodes(); in find_le()
/dports/news/pan/pan-0.145/pan/data-impl/
H A Dmy-tree.cc51 ArticleNode::children_t& kids (parent_it->second->_children); in get_children()
53 foreach_const (ArticleNode::children_t, kids, it) in get_children()
403 ArticleNode::children_t kids; in remove_articles()
404 foreach (ArticleNode::children_t, parent->_children, kit) in remove_articles()
454 foreach_const (ArticleNode::children_t, node->_children, it) in accumulate_descendants()
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
124 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
543 typedef typename node_t::children_t container_t;
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
117 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
536 typedef typename node_t::children_t container_t;
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
117 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
536 typedef typename node_t::children_t container_t;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
545 typedef typename node_t::children_t container_t;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
117 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
536 typedef typename node_t::children_t container_t;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
117 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
536 typedef typename node_t::children_t container_t;
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
124 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
543 typedef typename node_t::children_t container_t;
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
124 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
543 typedef typename node_t::children_t container_t;
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp70 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
72 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
75 typedef typename children_t::iterator tree_iterator;
76 typedef typename children_t::const_iterator const_tree_iterator;
79 children_t children;
91 tree_node(T const& v, children_t const& c) in tree_node()
124 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
543 typedef typename node_t::children_t container_t;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/classic/tree/
H A Dcommon.hpp69 typedef std::vector<tree_node<T>, allocator_type> children_t; typedef
71 typedef std::list<tree_node<T>, allocator_type> children_t; typedef
74 typedef typename children_t::iterator tree_iterator;
75 typedef typename children_t::const_iterator const_tree_iterator;
78 children_t children;
90 tree_node(T const& v, children_t const& c) in tree_node()
123 for (typename tree_node<T>::children_t::const_iterator it = n.children.begin(); in operator <<()
542 typedef typename node_t::children_t container_t;

123