AuxType            24 sandbox/linux/seccomp-bpf/bpf_tests.h   void BPF_TEST_##test_name(sandbox::BPFTests<aux>::AuxType& BPF_AUX);   \
AuxType            30 sandbox/linux/seccomp-bpf/bpf_tests.h   void BPF_TEST_##test_name(sandbox::BPFTests<aux>::AuxType& BPF_AUX)
AuxType            58 sandbox/linux/seccomp-bpf/bpf_tests.h     TestArgs(void (*t)(AuxType&), sandbox::SandboxBPF::EvaluateSyscall p)
AuxType            61 sandbox/linux/seccomp-bpf/bpf_tests.h     void (*test() const)(AuxType&) { return test_; }
AuxType            67 sandbox/linux/seccomp-bpf/bpf_tests.h     void (*test_)(AuxType&);
AuxType            69 sandbox/linux/seccomp-bpf/bpf_tests.h     AuxType aux_;