Home
last modified time | relevance | path

Searched refs:VALUE_NODE (Results 1 – 4 of 4) sorted by relevance

/dports/devel/vcglib/vcglib-2020.09/apps/unsupported/trimeshinfo/
H A DNode.h52 const int VALUE_NODE= 5; variable
H A DSlotsNode.h12 ValueNode(void){node_type = VALUE_NODE;value = "empty";}; in ValueNode()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DDtaScriptVariable.h110 union VALUE_NODE { union
124 VALUE_NODE _value;
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/tests/
H A Datk-object-xml-loader.c56 #define VALUE_NODE ((const xmlChar *) "value_node") macro
350 if (!xmlStrcmp (child_node2->name, VALUE_NODE)) { in create_atk_object_from_element()