Searched refs:NegateBoolExprImpl (Results 1 – 1 of 1) sorted by relevance
143 class NegateBoolExprImpl : public internal::BoolExprImpl { class145 explicit NegateBoolExprImpl(BoolExpr cond) : cond_(std::move(cond)) {} in NegateBoolExprImpl() function in sandbox::bpf_dsl::__anon8b6ccc490111::NegateBoolExprImpl146 ~NegateBoolExprImpl() override {} in ~NegateBoolExprImpl()157 DISALLOW_COPY_AND_ASSIGN(NegateBoolExprImpl);269 return std::make_shared<NegateBoolExprImpl>(std::move(cond)); in Not()