Home
last modified time | relevance | path

Searched refs:node_type_t (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/info/
H A DInfoExpression.h64 } node_type_t; typedef
72 virtual node_type_t Type() const=0;
83 node_type_t Type() const override { return NODE_LEAF; }; in Type()
93 …InfoAssociativeGroup(node_type_t type, const InfoSubexpressionPtr &left, const InfoSubexpressionPt…
97 node_type_t Type() const override { return m_type; }; in Type()
99 node_type_t m_type;
H A DInfoExpression.cpp70 node_type_t type, in InfoAssociativeGroup()
148 node_type_t new_type = op2 == OPERATOR_AND ? NODE_AND : NODE_OR; in OperatorPop()
154 node_type_t right_type = right->Type(); in OperatorPop()
155 node_type_t left_type = left->Type(); in OperatorPop()
/dports/security/libksba/libksba-1.6.0/src/
H A Dasn1-func.h100 node_type_t type;
108 node_type_t actual_type; /* ugly helper to overcome TYPE_ANY probs*/
126 node_type_t type; /* Node type */
152 int _ksba_asn_is_primitive (node_type_t type);
153 AsnNode _ksba_asn_new_node (node_type_t type);
H A Dasn1-constants.h56 } node_type_t; typedef
H A Dasn1-parse.y104 static AsnNode new_node (struct parser_control_s *parsectl, node_type_t type);
887 new_node (struct parser_control_s *parsectl, node_type_t type)
H A Dasn1-func.c59 add_node (node_type_t type) in add_node()
80 _ksba_asn_new_node (node_type_t type) in _ksba_asn_new_node()
87 _ksba_asn_is_primitive (node_type_t type) in _ksba_asn_is_primitive()
H A Dasn1-parse.c228 static AsnNode new_node (struct parser_control_s *parsectl, node_type_t type);
2728 new_node (struct parser_control_s *parsectl, node_type_t type) in new_node()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad/
H A Dgmetad.h91 node_type_t; typedef
148 node_type_t id;
165 node_type_t id;
189 node_type_t id;
217 node_type_t id;
/dports/textproc/html2xhtml/html2xhtml-1.3/src/
H A Dtree.h112 } node_type_t; typedef
121 node_type_t tipo;
196 tree_node_t *new_tree_node(node_type_t tipo);
232 void tree_link_data_node(node_type_t tipo, tree_node_t *actual_element,
H A Dtree.c137 tree_node_t *new_tree_node(node_type_t tipo) in new_tree_node()
226 void tree_link_data_node(node_type_t tipo, tree_node_t *actual_element, in tree_link_data_node()
H A Dprocesador.c102 static void insert_chardata(const xchar *ch, int len, node_type_t type);
484 node_type_t type; in saxCDataSection()
970 static void insert_chardata(const xchar *ch, int len, node_type_t type) in insert_chardata()
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf.h108 enum node_type_t { enum
235 enum node_type_t type;
277 enum node_type_t type; /* the object sub_type or NODE_TYPE_STRING */
710 enum node_type_t type;
711 enum node_type_t sub_type;
712 enum node_type_t unit[NODE_UNIT_MAX];
789 extern struct node_t * node_alloc(enum node_type_t type, enum node_type_t sub_type, unsigned long …
798 extern struct node_t * node_init(struct node_t *n, enum node_type_t type, enum node_type_t sub_typ…
H A Dsswf_grammar.h118 enum node_type_t type; /* for UNIT */
H A Dsswf_node.c50 struct node_t *node_init(struct node_t *n, enum node_type_t type, enum node_type_t sub_type) in node_init()
78 struct node_t *node_alloc(enum node_type_t type, enum node_type_t sub_type, unsigned long line) in node_alloc()
1157 enum node_type_t type;
1158 enum node_type_t sub_type;
2928 enum node_type_t type; /* type or sub-type */
3085 enum node_type_t type;
4179 enum node_type_t type; in node_def_print_entries()
4220 enum node_type_t type; in node_def_find_entry()
4530 enum node_type_t type; in node_def_to_data()
4906 enum node_type_t type; in node_print_data0()
[all …]
H A Dsswf_grammar.y50 enum node_type_t type; /* for UNIT */
H A Dsswf_lexical.c++1185 node_type_t f_type; // the type or unit
1186 node_type_t f_subtype; // the sub-type
1197 #define KEYWORD(w, type, subtype, flg) { (sizeof(w) - 1), (w), ((node_type_t) type), (subtype), (fl…
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/octree/include/pcl/octree/
H A Doctree_nodes.h51 enum node_type_t { BRANCH_NODE, LEAF_NODE }; enum
65 virtual node_type_t
103 node_type_t
288 node_type_t
H A Doctree2buf_base.h128 node_type_t
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/containers/container/
H A Dstable_vector.hpp180 typedef node_type<void_ptr, T> node_type_t; typedef in boost::container::stable_vector_detail::iterator
182 <void_ptr, node_type_t>::type node_type_ptr_t;
385 <void_ptr, T> node_type_t; typedef in boost::container::stable_vector
387 rebind<node_type_t>::other::pointer node_type_ptr_t;
413 template rebind<node_type_t>::other node_allocator_type;
737 typedef emplace_functor<node_type_t, Args...> EmplaceFunctor; in emplace_back()
738 typedef emplace_iterator<node_type_t, EmplaceFunctor> EmplaceIterator; in emplace_back()
757 typedef emplace_functor<node_type_t, Args...> EmplaceFunctor; in emplace()
758 typedef emplace_iterator<node_type_t, EmplaceFunctor> EmplaceIterator; in emplace()
768 typedef emplace_functor<node_type_t> EmplaceFunctor; in emplace_back()
[all …]
/dports/math/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.1/panel-plugin/
H A Dparsetree.h24 typedef enum { NODE_OPERATOR, NODE_NUMBER, NODE_FUNCTION } node_type_t; typedef
33 node_type_t type;
/dports/net/libtrace/libtrace-3.0.19/libpacketdump/
H A Dgrammar.h6 enum node_type_t { enum
47 enum node_type_t type;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/outofcore/include/pcl/outofcore/
H A Doctree_base_node.h115 using node_type_t = pcl::octree::node_type_t; variable
252 inline node_type_t
/dports/graphics/sswf/sswf-1.8.4/VC/
H A Dsswf_grammar.h106 enum node_type_t type; /* for UNIT */
H A Dsswf_grammar.c189 enum node_type_t type; /* for UNIT */
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.h312 } node_type_t; typedef
379 node_type_t type;

12