Searched refs:bofLeaf (Results 1 – 2 of 2) sorted by relevance
94 RBBINode *bofLeaf = new RBBINode(RBBINode::leafChar); in build() local96 if (bofTop == NULL || bofLeaf == NULL) { in build()99 delete bofLeaf; in build()102 bofTop->fLeftChild = bofLeaf; in build()104 bofLeaf->fParent = bofTop; in build()105 bofLeaf->fVal = 2; // Reserved value for {bof}. in build()
119 RBBINode bofLeaf = new RBBINode(RBBINode.leafChar); in build() local120 bofTop.fLeftChild = bofLeaf; in build()122 bofLeaf.fParent = bofTop; in build()123 bofLeaf.fVal = 2; // Reserved value for {bof}. in build()