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