Searched defs:buffer_operation (Results 1 – 1 of 1) sorted by relevance
1178 buffer_operation(const T& e, op_type t) : type(char(t)) in buffer_operation() function1182 buffer_operation(op_type t) : type(char(t)), elem(nullptr), ltask(nullptr), r(nullptr) {} in buffer_operation() function