gem5
v20.1.0.0
|
Go to the source code of this file.
Functions | |
TEST (RefcntTest, NullPointerCheck) | |
TEST (RefcntTest, ConstructionFromPointer) | |
TEST (RefcntTest, ConstructionFromExistingPointer) | |
TEST (RefcntTest, DestroyPointer) | |
TEST (RefcntTest, AssignmentFromAPointerFromAPointer) | |
TEST (RefcntTest, AccessToClassPointers) | |
TEST (RefcntTest, BoolAndLogicalNotOperatorOverloads) | |
TEST (RefcntTest, EqualityOperators) | |
TEST | ( | RefcntTest | , |
AccessToClassPointers | |||
) |
Definition at line 127 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
AssignmentFromAPointerFromAPointer | |||
) |
Definition at line 107 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
BoolAndLogicalNotOperatorOverloads | |||
) |
Definition at line 147 of file refcnt.test.cc.
References EXPECT_EQ, EXPECT_FALSE, and EXPECT_TRUE.
TEST | ( | RefcntTest | , |
ConstructionFromExistingPointer | |||
) |
Definition at line 89 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
ConstructionFromPointer | |||
) |
Definition at line 82 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
DestroyPointer | |||
) |
Definition at line 98 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
EqualityOperators | |||
) |
Definition at line 159 of file refcnt.test.cc.
References EXPECT_TRUE.
TEST | ( | RefcntTest | , |
NullPointerCheck | |||
) |
Definition at line 74 of file refcnt.test.cc.
References EXPECT_EQ.