Searched defs:Derived (Results 1 - 5 of 5) sorted by relevance
/gem5/ext/pybind11/tests/ | ||
H A D | test_call_policies.py | 91 class Derived(m.Parent): class in function:test_alive_gc_derived 110 class Derived(m.Parent, m.Child): class in function:test_alive_gc_multi_derived |
/gem5/ext/googletest/googlemock/test/ | ||
H A D | gmock-internal-utils_test.cc | 152 class Derived : public Base {}; class in namespace:testing::internal::__anon18 |
H A D | gmock-actions_test.cc | 567 struct Derived : public Base { struct in namespace:__anon14 568 bool operator==(const Derived&) { return true; } argument [all...] |
H A D | gmock-matchers_test.cc | 667 class Derived : public Base { class in namespace:testing::gmock_matchers_test 669 Derived() : Base() {} function in class:testing::gmock_matchers_test::Derived [all...] |
/gem5/ext/googletest/googletest/test/ | ||
H A D | gtest-port_test.cc | 114 class Derived : public Base { class in namespace:testing::internal 116 explicit Derived(int n) : Base(n) {} function in class:testing::internal::Derived |
Completed in 41 milliseconds