Searched refs:pRightLeaf (Results 1 – 1 of 1) sorted by relevance
1792 OSQLParseNode* MakeANDNode(OSQLParseNode *pLeftLeaf,OSQLParseNode *pRightLeaf) in MakeANDNode() argument1797 pNewNode->append(pRightLeaf); in MakeANDNode()1801 OSQLParseNode* MakeORNode(OSQLParseNode *pLeftLeaf,OSQLParseNode *pRightLeaf) in MakeORNode() argument1806 pNewNode->append(pRightLeaf); in MakeORNode()
Completed in 55 milliseconds