Searched refs:InsertOp (Results 1 – 2 of 2) sorted by relevance
88 struct InsertOp { struct89 explicit InsertOp(const bool signal) : signal_(signal) {} in InsertOp() argument90 explicit InsertOp(std::string&& key, const std::string& data) in InsertOp() argument92 ~InsertOp() {} in ~InsertOp() argument94 InsertOp() = delete;95 InsertOp(InsertOp&& /*rhs*/) = default;96 InsertOp& operator=(InsertOp&& rhs) = default; argument143 BoundedQueue<InsertOp> insert_ops_; // Ops waiting for insert
122 InsertOp op(/*quit=*/true); in Close()182 InsertOp(key.ToString(), std::move(std::string(data, size)))); in Insert()192 InsertOp op(insert_ops_.Pop()); in InsertMain()