Searched defs:pod_node (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dsearch_test.cpp117 struct pod_node { struct
118 pod_node(int i) : i(i) {} function in struct:pod_node
123 return reinterpret_cast<const pod_node*>(rhs)->i - reinterpret_cast<const pod_node*>(lhs)->i;
129 pod_node n1(123);
133 pod_node not_there(456);

Completed in 333 milliseconds