Searched defs:HbOpOr (Results 1 – 1 of 1) sorted by relevance
555 struct HbOpOr struct557 enum { passthru_left = true };558 enum { passthru_right = true };559 template <typename T> static void process (T &o, const T &a, const T &b) { o = a | b; } in process()