Home
last modified time | relevance | path

Searched refs:CNode (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/xml/
H A DNode.cpp10 CNode::CNode() in CNode() function in CNode
15 CNode::CNode(const char* text, bool isTag) in CNode() function in CNode
22 CNode::~CNode() in ~CNode()
31 CNode* CNode::InsertNode(CNode* node) in InsertNode()
39 CNode* CNode::InsertTextNode(const char* text) in InsertTextNode()
44 CNode* CNode::InsertTagNode(const char* name) in InsertTagNode()
83 CNode* CNode::GetParent() const in GetParent()
93 CNode* CNode::GetFirstChild() in GetFirstChild()
99 const CNode::NodeList& CNode::GetChildren() const in GetChildren()
125 CNode* CNode::Search(const char* name) in Search()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/xml/
H A DUtils.h11 bool GetNodeStringValue(CNode*, const char*, const char**);
12 bool GetNodeIntValue(CNode*, const char*, int*);
13 bool GetNodeBoolValue(CNode*, const char*, bool*);
15 std::string GetNodeStringValue(CNode*, const char*);
16 int GetNodeIntValue(CNode*, const char*);
20 bool GetAttributeIntValue(CNode*, const char*, int*);
22 bool GetAttributeBoolValue(CNode*, const char*, bool*);
25 int GetAttributeIntValue(CNode*, const char*);
26 float GetAttributeFloatValue(CNode*, const char*);
29 Xml::CNode* CreateNodeIntValue(const char*, int);
[all …]
H A DNode.h16 class CNode
19 typedef std::list<CNode*> NodeList;
24 CNode();
25 CNode(const char*, bool);
26 ~CNode();
28 CNode* InsertNode(CNode*);
39 CNode* GetParent() const;
40 CNode* GetFirstChild();
49 CNode* Search(const char*);
50 CNode* Select(const char*);
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Query/
H A DCNode.cpp87 CNode::CNode(GumboNode* apNode) in CNode() function in CNode
92 CNode::~CNode() in ~CNode()
96 CNode CNode::parent() in parent()
99 return CNode(); in parent()
102 CNode CNode::nextSibling() in nextSibling()
105 return CNode(); in nextSibling()
108 CNode CNode::prevSibling() in prevSibling()
111 return CNode(); in prevSibling()
122 bool CNode::valid() in valid()
127 CNode CNode::childAt(size_t i) in childAt()
[all …]
/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dcm_basic_list.cpp32 CLinkedList::CNode::CNode(void) in CNode() function in CLinkedList::CNode
40 CLinkedList::CNode::CNode(void *&element) in CNode() function in CLinkedList::CNode
47 CLinkedList::CNode::~CNode(void) in ~CNode()
53 void CLinkedList::CNode::Insert(CNode * pNext) in Insert()
83 void CLinkedList::CNode::SetPrevious(CNode * pNode) in SetPrevious()
88 void CLinkedList::CNode::SetNext(CNode * pNode) in SetNext()
93 CLinkedList::CNode * CLinkedList::CNode::GetPrevious(void) in GetPrevious()
98 CLinkedList::CNode * CLinkedList::CNode::GetNext(void) in GetNext()
247 CNode *pDummyTail = &m_DummyTail; in Find()
304 CNode *pNode = location.m_Ptr; in Remove()
[all …]
H A Dcm_basic_list.h35 class CNode {
37 CNode(void);
38 CNode(void *&element);
39 virtual ~ CNode(void);
50 CNode *GetPrevious(void);
51 CNode *GetNext(void);
55 CNode *m_Next;
56 CNode *m_Previous;
68 CIterator(CNode * ptr);
87 CNode * m_Ptr;
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/3d/common/iStdLib/
H A DLinkedList.h107 CNode( void );
127 CNode* m_Next;
161 CNode* m_Ptr;
239 CNode m_DummyTail;
264 CLinkedListType::CNode::CNode( void )
289 CLinkedListType::CNode::CNode( const Type &element )
313 CLinkedListType::CNode::~CNode( void )
335 void CLinkedListType::CNode::Insert( CNode* pNext )
450 void CLinkedListType::CNode::SetPrevious( CNode* pNode )
471 void CLinkedListType::CNode::SetNext( CNode* pNode )
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/includes/
H A Dlibgandiva.pxd29 cdef cppclass CNode" gandiva::Node":
73 cdef shared_ptr[CNode] TreeExprBuilder_MakeBoolLiteral \
76 cdef shared_ptr[CNode] TreeExprBuilder_MakeUInt8Literal \
88 cdef shared_ptr[CNode] TreeExprBuilder_MakeInt8Literal \
116 cdef shared_ptr[CNode] TreeExprBuilder_MakeFunction \
121 cdef shared_ptr[CNode] TreeExprBuilder_MakeField \
124 cdef shared_ptr[CNode] TreeExprBuilder_MakeIf \
126 shared_ptr[CNode] condition, shared_ptr[CNode] this_node,
129 cdef shared_ptr[CNode] TreeExprBuilder_MakeAnd \
132 cdef shared_ptr[CNode] TreeExprBuilder_MakeOr \
[all …]
/dports/graphics/qvge/qvge-0.6.3/src/qvge/
H A DCNode.cpp18 CNode::CNode(QGraphicsItem* parent) : QGraphicsRectItem(parent) in CNode() function in CNode
50 CNode::~CNode() in ~CNode()
77 CNode* fromNode = dynamic_cast<CNode*>(from); in copyDataFrom()
102 CItem* CNode::clone() in clone()
105 CNode *node = dynamic_cast<CNode*>(item); in clone()
483 bool CNode::merge(CNode *node, const QByteArray& portId) in merge()
516 QList<CNode*> CNode::unlink() in unlink()
529 CNode *n = dynamic_cast<CNode*>(clone()); in unlink()
542 QList<CNode*> CNode::getCollidingNodes() const in getCollidingNodes()
554 CNode *node = dynamic_cast<CNode*>(itemsUnderMouse.at(i)); in getCollidingNodes()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/dom/
H A Dnotation.hxx64 return CNode::cloneNode(deep); in cloneNode()
68 return CNode::getAttributes(); in getAttributes()
72 return CNode::getChildNodes(); in getChildNodes()
76 return CNode::getFirstChild(); in getFirstChild()
80 return CNode::getLastChild(); in getLastChild()
84 return CNode::getLocalName(); in getLocalName()
96 return CNode::getNodeType(); in getNodeType()
104 return CNode::getParentNode(); in getParentNode()
108 return CNode::getPrefix(); in getPrefix()
116 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Ddocumentfragment.hxx56 return CNode::cloneNode(deep); in cloneNode()
60 return CNode::getAttributes(); in getAttributes()
64 return CNode::getChildNodes(); in getChildNodes()
68 return CNode::getFirstChild(); in getFirstChild()
72 return CNode::getLastChild(); in getLastChild()
76 return CNode::getLocalName(); in getLocalName()
88 return CNode::getNodeType(); in getNodeType()
96 return CNode::getParentNode(); in getParentNode()
100 return CNode::getPrefix(); in getPrefix()
108 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dentity.hxx76 return CNode::cloneNode(deep); in cloneNode()
80 return CNode::getAttributes(); in getAttributes()
84 return CNode::getChildNodes(); in getChildNodes()
88 return CNode::getFirstChild(); in getFirstChild()
92 return CNode::getLastChild(); in getLastChild()
96 return CNode::getLocalName(); in getLocalName()
108 return CNode::getNodeType(); in getNodeType()
116 return CNode::getParentNode(); in getParentNode()
120 return CNode::getPrefix(); in getPrefix()
128 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dentityreference.hxx59 return CNode::cloneNode(deep); in cloneNode()
63 return CNode::getAttributes(); in getAttributes()
67 return CNode::getChildNodes(); in getChildNodes()
71 return CNode::getFirstChild(); in getFirstChild()
75 return CNode::getLastChild(); in getLastChild()
79 return CNode::getLocalName(); in getLocalName()
91 return CNode::getNodeType(); in getNodeType()
99 return CNode::getParentNode(); in getParentNode()
103 return CNode::getPrefix(); in getPrefix()
111 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dprocessinginstruction.hxx77 return CNode::cloneNode(deep); in cloneNode()
81 return CNode::getAttributes(); in getAttributes()
85 return CNode::getChildNodes(); in getChildNodes()
89 return CNode::getFirstChild(); in getFirstChild()
93 return CNode::getLastChild(); in getLastChild()
97 return CNode::getLocalName(); in getLocalName()
109 return CNode::getNodeType(); in getNodeType()
117 return CNode::getParentNode(); in getParentNode()
121 return CNode::getPrefix(); in getPrefix()
129 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dcharacterdata.hxx100 return CNode::cloneNode(deep); in cloneNode()
104 return CNode::getAttributes(); in getAttributes()
108 return CNode::getChildNodes(); in getChildNodes()
112 return CNode::getFirstChild(); in getFirstChild()
116 return CNode::getLastChild(); in getLastChild()
120 return CNode::getLocalName(); in getLocalName()
132 return CNode::getNodeName(); in getNodeName()
136 return CNode::getNodeType(); in getNodeType()
148 return CNode::getParentNode(); in getParentNode()
152 return CNode::getPrefix(); in getPrefix()
[all …]
H A Ddocumenttype.hxx94 return CNode::cloneNode(deep); in cloneNode()
98 return CNode::getAttributes(); in getAttributes()
102 return CNode::getChildNodes(); in getChildNodes()
106 return CNode::getFirstChild(); in getFirstChild()
110 return CNode::getLastChild(); in getLastChild()
114 return CNode::getLocalName(); in getLocalName()
126 return CNode::getNodeType(); in getNodeType()
134 return CNode::getParentNode(); in getParentNode()
138 return CNode::getPrefix(); in getPrefix()
146 return CNode::hasAttributes(); in hasAttributes()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/dom/
H A Ddocumentfragment.hxx57 return CNode::cloneNode(deep); in cloneNode()
61 return CNode::getAttributes(); in getAttributes()
65 return CNode::getChildNodes(); in getChildNodes()
69 return CNode::getFirstChild(); in getFirstChild()
73 return CNode::getLastChild(); in getLastChild()
77 return CNode::getLocalName(); in getLocalName()
89 return CNode::getNodeType(); in getNodeType()
97 return CNode::getParentNode(); in getParentNode()
101 return CNode::getPrefix(); in getPrefix()
109 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dentity.hxx78 return CNode::cloneNode(deep); in cloneNode()
82 return CNode::getAttributes(); in getAttributes()
86 return CNode::getChildNodes(); in getChildNodes()
90 return CNode::getFirstChild(); in getFirstChild()
94 return CNode::getLastChild(); in getLastChild()
98 return CNode::getLocalName(); in getLocalName()
110 return CNode::getNodeType(); in getNodeType()
118 return CNode::getParentNode(); in getParentNode()
122 return CNode::getPrefix(); in getPrefix()
130 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dentityreference.hxx60 return CNode::cloneNode(deep); in cloneNode()
64 return CNode::getAttributes(); in getAttributes()
68 return CNode::getChildNodes(); in getChildNodes()
72 return CNode::getFirstChild(); in getFirstChild()
76 return CNode::getLastChild(); in getLastChild()
80 return CNode::getLocalName(); in getLocalName()
92 return CNode::getNodeType(); in getNodeType()
100 return CNode::getParentNode(); in getParentNode()
104 return CNode::getPrefix(); in getPrefix()
112 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dnotation.hxx65 return CNode::cloneNode(deep); in cloneNode()
69 return CNode::getAttributes(); in getAttributes()
73 return CNode::getChildNodes(); in getChildNodes()
77 return CNode::getFirstChild(); in getFirstChild()
81 return CNode::getLastChild(); in getLastChild()
85 return CNode::getLocalName(); in getLocalName()
97 return CNode::getNodeType(); in getNodeType()
105 return CNode::getParentNode(); in getParentNode()
109 return CNode::getPrefix(); in getPrefix()
117 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dprocessinginstruction.hxx78 return CNode::cloneNode(deep); in cloneNode()
82 return CNode::getAttributes(); in getAttributes()
86 return CNode::getChildNodes(); in getChildNodes()
90 return CNode::getFirstChild(); in getFirstChild()
94 return CNode::getLastChild(); in getLastChild()
98 return CNode::getLocalName(); in getLocalName()
110 return CNode::getNodeType(); in getNodeType()
118 return CNode::getParentNode(); in getParentNode()
122 return CNode::getPrefix(); in getPrefix()
130 return CNode::hasAttributes(); in hasAttributes()
[all …]
H A Dcharacterdata.hxx101 return CNode::cloneNode(deep); in cloneNode()
105 return CNode::getAttributes(); in getAttributes()
109 return CNode::getChildNodes(); in getChildNodes()
113 return CNode::getFirstChild(); in getFirstChild()
117 return CNode::getLastChild(); in getLastChild()
121 return CNode::getLocalName(); in getLocalName()
133 return CNode::getNodeName(); in getNodeName()
137 return CNode::getNodeType(); in getNodeType()
149 return CNode::getParentNode(); in getParentNode()
153 return CNode::getPrefix(); in getPrefix()
[all …]
H A Ddocumenttype.hxx95 return CNode::cloneNode(deep); in cloneNode()
99 return CNode::getAttributes(); in getAttributes()
103 return CNode::getChildNodes(); in getChildNodes()
107 return CNode::getFirstChild(); in getFirstChild()
111 return CNode::getLastChild(); in getLastChild()
115 return CNode::getLocalName(); in getLocalName()
127 return CNode::getNodeType(); in getNodeType()
135 return CNode::getParentNode(); in getParentNode()
139 return CNode::getPrefix(); in getPrefix()
147 return CNode::hasAttributes(); in hasAttributes()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/includes/
H A Dlibgandiva.pxd29 cdef cppclass CNode" gandiva::Node":
107 cdef shared_ptr[CNode] TreeExprBuilder_MakeBoolLiteral \
110 cdef shared_ptr[CNode] TreeExprBuilder_MakeUInt8Literal \
122 cdef shared_ptr[CNode] TreeExprBuilder_MakeInt8Literal \
150 cdef shared_ptr[CNode] TreeExprBuilder_MakeFunction \
155 cdef shared_ptr[CNode] TreeExprBuilder_MakeField \
158 cdef shared_ptr[CNode] TreeExprBuilder_MakeIf \
160 shared_ptr[CNode] condition, shared_ptr[CNode] this_node,
163 cdef shared_ptr[CNode] TreeExprBuilder_MakeAnd \
166 cdef shared_ptr[CNode] TreeExprBuilder_MakeOr \
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/includes/
H A Dlibgandiva.pxd29 cdef cppclass CNode" gandiva::Node":
35 shared_ptr[CNode] root()
102 shared_ptr[CNode] root()
112 cdef shared_ptr[CNode] TreeExprBuilder_MakeBoolLiteral \
155 cdef shared_ptr[CNode] TreeExprBuilder_MakeFunction \
160 cdef shared_ptr[CNode] TreeExprBuilder_MakeField \
163 cdef shared_ptr[CNode] TreeExprBuilder_MakeIf \
165 shared_ptr[CNode] condition, shared_ptr[CNode] this_node,
168 cdef shared_ptr[CNode] TreeExprBuilder_MakeAnd \
171 cdef shared_ptr[CNode] TreeExprBuilder_MakeOr \
[all …]

12345678910>>...25