EndpointType1     175 Source/platform/PODIntervalTreeTest.cpp     bool operator<(const EndpointType1& other) const { return m_value < other.m_value; }
EndpointType1     176 Source/platform/PODIntervalTreeTest.cpp     bool operator==(const EndpointType1& other) const { return m_value == other.m_value; }
EndpointType1     181 Source/platform/PODIntervalTreeTest.cpp     bool operator>(const EndpointType1& other);
EndpointType1     182 Source/platform/PODIntervalTreeTest.cpp     bool operator<=(const EndpointType1& other);
EndpointType1     183 Source/platform/PODIntervalTreeTest.cpp     bool operator>=(const EndpointType1& other);
EndpointType1     184 Source/platform/PODIntervalTreeTest.cpp     bool operator!=(const EndpointType1& other);
EndpointType1     191 Source/platform/PODIntervalTreeTest.cpp struct ValueToString<EndpointType1> {
EndpointType1     192 Source/platform/PODIntervalTreeTest.cpp     static String string(const EndpointType1& value)
EndpointType1     201 Source/platform/PODIntervalTreeTest.cpp     PODIntervalTree<EndpointType1> tree;
EndpointType1     202 Source/platform/PODIntervalTreeTest.cpp     tree.add(tree.createInterval(EndpointType1(1), EndpointType1(2)));