Home
last modified time | relevance | path

Searched defs:NegateBoolExprImpl (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc143 class NegateBoolExprImpl : public internal::BoolExprImpl { class
145 explicit NegateBoolExprImpl(BoolExpr cond) : cond_(std::move(cond)) {} in NegateBoolExprImpl() function in sandbox::bpf_dsl::__anon424c09e80111::NegateBoolExprImpl