gem5
v19.0.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 | , |
NullPointerCheck | |||
) |
Definition at line 77 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
ConstructionFromPointer | |||
) |
Definition at line 85 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
ConstructionFromExistingPointer | |||
) |
Definition at line 92 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
DestroyPointer | |||
) |
Definition at line 101 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
AssignmentFromAPointerFromAPointer | |||
) |
Definition at line 110 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
AccessToClassPointers | |||
) |
Definition at line 130 of file refcnt.test.cc.
References EXPECT_EQ.
TEST | ( | RefcntTest | , |
BoolAndLogicalNotOperatorOverloads | |||
) |
Definition at line 150 of file refcnt.test.cc.
References EXPECT_EQ, EXPECT_FALSE, and EXPECT_TRUE.
TEST | ( | RefcntTest | , |
EqualityOperators | |||
) |
Definition at line 162 of file refcnt.test.cc.
References EXPECT_TRUE.