Searched defs: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::__anon424c09e80111::NegateBoolExprImpl