Searched defs:Return (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1061 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 Dast.py190 class Return(Expr): class in inherits:Expr
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1024 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 22 milliseconds