Home
last modified time | relevance | path

Searched refs:_pNode (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Common/
H A Dlinkpool.h56 inline void Push( CChunk *_pNode ) in Push() argument
58 ASSERT( _pNode ); in Push()
59 _pNode->m_pNext = m_pMemoryPool; in Push()
60 m_pMemoryPool = _pNode; in Push()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfRemoveVariable.cpp35 delete _pNode; in ~GrfRemoveVariable()
39 DtaScriptVariable* pNode = visibility.getExistingVariable(*_pNode); in executeInternal()
45 _pNode->compileCpp(theCompilerEnvironment); in compileCpp()
H A DGrfClearVariable.cpp35 delete _pNode; in ~GrfClearVariable()
39 DtaScriptVariable* pNode = visibility.getExistingVariable(*_pNode); in executeInternal()
45 _pNode->compileCpp(theCompilerEnvironment); in compileCpp()
H A DGrfRemoveVariable.h32 ExprScriptVariable* _pNode;
35 GrfRemoveVariable() : _pNode(NULL) {} in GrfRemoveVariable()
40 inline void setNode(ExprScriptVariable* pNode) { _pNode = pNode; } in setNode()
H A DGrfClearVariable.h32 ExprScriptVariable* _pNode;
35 GrfClearVariable() : _pNode(NULL) {} in GrfClearVariable()
40 inline void setNode(ExprScriptVariable* pNode) { _pNode = pNode; } in setNode()
H A DDtaScriptVariable.h56 DtaScriptVariable* _pNode;
60 inline DtaNodeListener() : _pNode(NULL) {} in DtaNodeListener()
63 inline DtaScriptVariable* getNode() const { return _pNode; } in getNode()
79 DtaScriptVariable* _pNode;
83 …(DtaScriptVariable* pNode = NULL, DtaScriptVariableList* pNext = NULL) : _pNode(pNode), _pNext(pNe… in _pNode() function
86 inline DtaScriptVariable* getNode() const { return _pNode; } in getNode()
87 inline void setNode(DtaScriptVariable* pNode) { _pNode = pNode; } in setNode()
H A DCW4dl.h208 Tree* _pNode; member
214 inline Parameter2CW(Tree* pNode) : _bValue(false) { _param._pNode = pNode; } in Parameter2CW()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/parse/
H A Dsqliterator.cxx1054 if ( _pNode == nullptr ) in traverseParameters()
1058 const OSQLParseNode* pParent = _pNode->getParent(); in traverseParameters()
1064 if ( pParent->getChild(nPos) == _pNode ) in traverseParameters()
1088 lcl_generateParameterName( *pParent, *_pNode ); in traverseParameters()
1093 lcl_generateParameterName( *pParent, *_pNode ); in traverseParameters()
1097 const sal_uInt32 nCount = _pNode->count(); in traverseParameters()
1100 const OSQLParseNode* pChild = _pNode->getChild(i); in traverseParameters()
2033 if ( SQL_ISRULE(_pNode,length_exp) ) in getFunctionReturnType()
2038 …else if ( SQL_ISRULE(_pNode,num_value_exp) || SQL_ISRULE(_pNode,term) || SQL_ISRULE(_pNode,factor)… in getFunctionReturnType()
2048 …if ( SQL_ISRULE(_pNode,general_set_fct) && (SQL_ISTOKEN(_pNode->getChild(0),MIN) || SQL_ISTOKEN(_p… in getFunctionReturnType()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/parse/
H A Dsqliterator.cxx1055 if ( _pNode == nullptr ) in traverseParameters()
1059 const OSQLParseNode* pParent = _pNode->getParent(); in traverseParameters()
1065 if ( pParent->getChild(nPos) == _pNode ) in traverseParameters()
1089 lcl_generateParameterName( *pParent, *_pNode ); in traverseParameters()
1094 lcl_generateParameterName( *pParent, *_pNode ); in traverseParameters()
1098 const sal_uInt32 nCount = _pNode->count(); in traverseParameters()
1101 const OSQLParseNode* pChild = _pNode->getChild(i); in traverseParameters()
2021 if ( SQL_ISRULE(_pNode,length_exp) ) in getFunctionReturnType()
2026 …else if ( SQL_ISRULE(_pNode,num_value_exp) || SQL_ISRULE(_pNode,term) || SQL_ISRULE(_pNode,factor)… in getFunctionReturnType()
2036 …if ( SQL_ISRULE(_pNode,general_set_fct) && (SQL_ISTOKEN(_pNode->getChild(0),MIN) || SQL_ISTOKEN(_p… in getFunctionReturnType()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/util/
H A DList.h152 ListIterator(ListNode* _pNode) : position(_pNode) {} in ListIterator() argument
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/util/
H A DList.h152 ListIterator(ListNode* _pNode) : position(_pNode) {} in ListIterator() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/connectivity/
H A Dsqlparse.hxx91 void push_back(OSQLParseNode* _pNode);
92 void erase(OSQLParseNode* _pNode);
H A Dsqliterator.hxx261 sal_Int32 getFunctionReturnType(const OSQLParseNode* _pNode );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/connectivity/
H A Dsqlparse.hxx96 void push_back(OSQLParseNode* _pNode);
97 void erase(OSQLParseNode* _pNode);
H A Dsqliterator.hxx260 sal_Int32 getFunctionReturnType(const OSQLParseNode* _pNode );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mork/
H A DMPreparedStatement.cxx410 OSQLParseNode const * _pNode, in describeColumn() argument
414 if(SQL_ISRULE(_pNode,column_ref)) in describeColumn()
417 m_pSQLIterator->getColumnRange(_pNode,sColumnName,sTableRange); in describeColumn()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx439 void OPreparedStatement::replaceParameterNodeName(OSQLParseNode const * _pNode, in replaceParameterNodeName() argument
443 sal_Int32 nCount = _pNode->count(); in replaceParameterNodeName()
446 OSQLParseNode* pChildNode = _pNode->getChild(i); in replaceParameterNodeName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx439 void OPreparedStatement::replaceParameterNodeName(OSQLParseNode const * _pNode, in replaceParameterNodeName() argument
443 sal_Int32 nCount = _pNode->count(); in replaceParameterNodeName()
446 OSQLParseNode* pChildNode = _pNode->getChild(i); in replaceParameterNodeName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx462 …:describeColumn(OSQLParseNode const * _pParameter, OSQLParseNode const * _pNode,const OSQLTable& _… in describeColumn() argument
465 if(SQL_ISRULE(_pNode,column_ref)) in describeColumn()
468 m_aSQLIterator.getColumnRange(_pNode,sColumnName,sTableRange); in describeColumn()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx464 …:describeColumn(OSQLParseNode const * _pParameter, OSQLParseNode const * _pNode,const OSQLTable& _… in describeColumn() argument
467 if(SQL_ISRULE(_pNode,column_ref)) in describeColumn()
470 m_aSQLIterator.getColumnRange(_pNode,sColumnName,sTableRange); in describeColumn()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx48 void replaceParameterNodeName( OSQLParseNode const * _pNode,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx49 void replaceParameterNodeName( OSQLParseNode const * _pNode,
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/file/
H A DFPreparedStatement.hxx60 …void describeColumn(OSQLParseNode const * _pParameter, OSQLParseNode const * _pNode, const OSQLTab…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/file/
H A DFPreparedStatement.hxx64 …void describeColumn(OSQLParseNode const * _pParameter, OSQLParseNode const * _pNode, const OSQLTab…
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1744 const ::connectivity::OSQLParseNode* _pNode ) in checkJoinConditions()
1748 if (SQL_ISRULE(_pNode,qualified_join)) in checkJoinConditions()
1749 pJoinNode = _pNode; in checkJoinConditions()
1750 else if (SQL_ISRULE(_pNode,table_ref) in checkJoinConditions()
1751 && _pNode->count() == 3 in checkJoinConditions()
1752 && SQL_ISPUNCTUATION(_pNode->getChild(0),"(") in checkJoinConditions()
1753 && SQL_ISPUNCTUATION(_pNode->getChild(2),")") ) // '(' joined_table ')' in checkJoinConditions()
1754 pJoinNode = _pNode->getChild(1); in checkJoinConditions()
1755 …else if (! ( SQL_ISRULE(_pNode, table_ref) && _pNode->count() == 2) ) // table_node table_primary_… in checkJoinConditions()

12