Searched refs:Ptr (Results 1 - 2 of 2) sorted by relevance

/gem5/src/unittest/
H A Drefcnttest.cc97 typedef RefCountingPtr<TestRC> Ptr; typedef in namespace:__anon172
107 // Create an empty Ptr and verify it's data pointer is NULL.
109 Ptr nullCheck;
114 // Construct a Ptr from a TestRC pointer.
116 Ptr constFromPointer = new TestRC("construction from pointer");
120 // Construct a Ptr from an existing Ptr.
121 setCase("construction from a Ptr");
122 Ptr constFromPtr = constFromPointer;
126 // Test a Ptr bein
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc1238 TEST_F(SetErrnoAndReturnTest, Ptr) {

Completed in 9 milliseconds