Home
last modified time | relevance | path

Searched refs:m_good (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dbacktrack_check_si.hpp60 bool m_good; member
62 inline backtrack_state() : m_good(true) {} in backtrack_state()
63 inline void reset() { m_good = true; } in reset()
64 inline bool good() const { return m_good; } in good()
137 state.m_good = false; in apply()
182 state.m_good = false; in apply()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffer_policies.hpp74 state.m_good = false; in apply()