Searched defs:PodNode (Results 1 – 1 of 1) sorted by relevance
370 struct PodNode { struct371 explicit PodNode(int i) : i(i) {} in PodNode() function376 return reinterpret_cast<const PodNode *>(rhs)->i - reinterpret_cast<const PodNode *>(lhs)->i; in PodNode_cmp() argument