Searched refs:op_to_int (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | turns.hpp | 137 struct op_to_int struct 161 static OpToInt op_to_int; in operator ()() local 162 return op_to_int(left.operations[OpId]) < op_to_int(right.operations[OpId]); in operator ()() 168 : less_op_xxx_linear< OpId, op_to_int<0,2,3,1,4,0> > 178 static turns::op_to_int<0,2,3,1,4,0> op_to_int_xuic; in operator ()() 179 static turns::op_to_int<0,3,2,1,4,0> op_to_int_xiuc; in operator ()() 203 : less_op_xxx_linear< OpId, op_to_int<0,1,0,0,2,0> > 213 static op_to_int<0, 1, 2, 3, 4, 0> op_to_int_uixc; in operator ()() 214 static op_to_int<0, 2, 1, 3, 4, 0> op_to_int_iuxc; in operator ()() 272 typename LessOp = less_op_xxx_linear< OpId, op_to_int<> > >
|
| H A D | linear_areal.hpp | 529 typedef turns::op_to_int<0,2,3,1,4,0> op_to_int_xuic; in sort_dispatch()
|