Searched refs:pRightLeaf (Results 1 – 1 of 1) sorted by relevance
1789 OSQLParseNode* MakeANDNode(OSQLParseNode *pLeftLeaf,OSQLParseNode *pRightLeaf) in MakeANDNode() argument1794 pNewNode->append(pRightLeaf); in MakeANDNode()1798 OSQLParseNode* MakeORNode(OSQLParseNode *pLeftLeaf,OSQLParseNode *pRightLeaf) in MakeORNode() argument1803 pNewNode->append(pRightLeaf); in MakeORNode()
Completed in 27 milliseconds