Home
last modified time | relevance | path

Searched refs:test_function_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf/
Dbpf_tester_compatibility_delegate.h28 : aux_(), test_function_(test_function) {} in BPFTesterCompatibilityDelegate()
44 test_function_(&aux_); in RunTestFunction()
49 TestFunction test_function_; variable
Dbpf_tests.h106 : test_function_(test_function) {} in BPFTesterSimpleDelegate()
113 DCHECK(test_function_); in RunTestFunction()
114 test_function_(); in RunTestFunction()
118 void (*test_function_)(void);