Searched defs:Return (Results 1 - 3 of 3) sorted by relevance
/gem5/ext/googletest/googlemock/include/gmock/ | ||
H A D | gmock-actions.h | 1061 internal::ReturnAction<R> Return(R value) { function in namespace:testing 1071 inline PolymorphicAction<internal::ReturnVoidAction> Return() { function in namespace:testing [all...] |
/gem5/ext/googletest/googlemock/scripts/generator/cpp/ | ||
H A D | ast.py | 190 class Return(Expr): class in inherits:Expr |
/gem5/ext/pybind11/include/pybind11/ | ||
H A D | pybind11.h | 1024 auto method_adaptor(Return (Class::*pmf)(Args...)) -> Return (Derived::*)(Args...) { function 1031 auto method_adaptor(Return (Class::*pmf)(Args...) const) -> Return (Derived::*)(Args...) const { function 1176 class_ &def_buffer(Return (Class::*func)(Args...)) { function in class:cpp_function::class_ 1181 class_ &def_buffer(Return (Class::*func)(Args...) const) { function [all...] |
Completed in 17 milliseconds