Searched refs:CompareVertical (Results 1 – 3 of 3) sorted by relevance
194 static bool CompareVertical(const NodeBase* a, const NodeBase* b);
211 &RTreeBase::Node::CompareVertical); in Split()264 bool RTreeBase::Node::CompareVertical(const NodeBase* a, const NodeBase* b) { in CompareVertical() function in gfx::RTreeBase::Node
124 return RTreeBase::Node::CompareVertical(a, b); in NodeCompareVertical()239 TEST_F(RTreeNodeTest, CompareVertical) { in TEST_F() argument