HomeSort by relevance Sort by last modified time
    Searched refs:evaluators_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 217 evaluators_(new Evaluators),
233 if (evaluators_) {
234 delete evaluators_;
430 } else if (!evaluators_ || !conds_) {
475 if (!evaluators_ || !conds_) {
479 evaluators_->push_back(std::make_pair(syscall_evaluator, aux));
503 delete evaluators_;
505 evaluators_ = NULL;
526 if (evaluators_->empty()) {
532 if (evaluators_->size() != 1)
    [all...]
sandbox_bpf.h 263 Evaluators *evaluators_; member in class:playground2::Sandbox

Completed in 45 milliseconds