Home
last modified time | relevance | path

Searched refs:equal_pointees (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/utility/
H A Dcompare_pointees.hpp30 bool equal_pointees ( OptionalPointee const& x, OptionalPointee const& y ) in equal_pointees() function
43 { return equal_pointees(x,y) ; } in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_relops.hpp29 { return equal_pointees(x,y); } in operator ==()
63 { return equal_pointees(x, optional<T>(y)); } in operator ==()
97 { return equal_pointees( optional<T>(x), y ); } in operator ==()