Searched defs:tree2 (Results 1 – 11 of 11) sorted by relevance
78 val tree2 = prepare("""{s:"foo"}""") in testReadTreeNullable() constant87 val tree2 = prepare("""{s:"foo"}""") in testReadTreeOptional() constant96 val tree2 = prepare("""{l:[{a:42},{a:43}]}""") in testReadTreeList() constant
22 tree2 \ program
93 void BVIntersect(const BVH1 &tree1, const BVH2 &tree2, Intersector &intersector) //TODO: tandem des… in BVIntersect()235 typename Minimizer::Scalar BVMinimize(const BVH1 &tree1, const BVH2 &tree2, Minimizer &minimizer) in BVMinimize()
258 CordRepBtree* tree2 = CordRepBtree::Create(MakeFlat("def")); in TEST() local