Searched defs:capture (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dfunctional.h51 struct capture { function_type f; }; struct
H A Dpybind11.h102 struct capture { remove_reference_t<Func> f; }; struct
1164 struct capture { Func func; }; struct
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h208 void capture(T* ptr) { function in class:testing::internal::linked_ptr
/gem5/ext/pybind11/tests/
H A Dconftest.py111 def capture(capsys): function

Completed in 10 milliseconds