ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
intarray_test.cpp File Reference
#include "../intarray.h"
#include "gtest/gtest.h"
#include "gmock/gmock.h"
Include dependency graph for intarray_test.cpp:

Classes

class  IntArrayTest
 

Namespaces

namespace  ModuleBase
 

Functions

void ModuleBase::IntArrayAlloc ()
 
 TEST_F (IntArrayTest, Construct)
 
 TEST_F (IntArrayTest, Create)
 
 TEST_F (IntArrayTest, GetSize)
 
 TEST_F (IntArrayTest, GetDim)
 
 TEST_F (IntArrayTest, ZeroOut)
 
 TEST_F (IntArrayTest, GetBound)
 
 TEST_F (IntArrayTest, ArrayEqInt)
 
 TEST_F (IntArrayTest, ArrayEqArray)
 
 TEST_F (IntArrayTest, Parentheses)
 
 TEST_F (IntArrayTest, ConstParentheses)
 
 TEST_F (IntArrayTest, Alloc)
 
 TEST_F (IntArrayTest, CopyConstructor)
 
 TEST_F (IntArrayTest, MoveConstructor)
 
 TEST_F (IntArrayTest, MoveAssignment)
 
void * operator new (size_t size)
 
void operator delete (void *ptr) noexcept
 

Function Documentation

◆ operator delete()

void operator delete ( void *  ptr)
noexcept

◆ operator new()

void * operator new ( size_t  size)

◆ TEST_F() [1/14]

TEST_F ( IntArrayTest  ,
Alloc   
)
Here is the call graph for this function:

◆ TEST_F() [2/14]

TEST_F ( IntArrayTest  ,
ArrayEqArray   
)
Here is the call graph for this function:

◆ TEST_F() [3/14]

TEST_F ( IntArrayTest  ,
ArrayEqInt   
)

◆ TEST_F() [4/14]

TEST_F ( IntArrayTest  ,
ConstParentheses   
)

◆ TEST_F() [5/14]

TEST_F ( IntArrayTest  ,
Construct   
)
Here is the call graph for this function:

◆ TEST_F() [6/14]

TEST_F ( IntArrayTest  ,
CopyConstructor   
)
Here is the call graph for this function:

◆ TEST_F() [7/14]

TEST_F ( IntArrayTest  ,
Create   
)

◆ TEST_F() [8/14]

TEST_F ( IntArrayTest  ,
GetBound   
)
Here is the call graph for this function:

◆ TEST_F() [9/14]

TEST_F ( IntArrayTest  ,
GetDim   
)

◆ TEST_F() [10/14]

TEST_F ( IntArrayTest  ,
GetSize   
)
Here is the call graph for this function:

◆ TEST_F() [11/14]

TEST_F ( IntArrayTest  ,
MoveAssignment   
)
Here is the call graph for this function:

◆ TEST_F() [12/14]

TEST_F ( IntArrayTest  ,
MoveConstructor   
)
Here is the call graph for this function:

◆ TEST_F() [13/14]

TEST_F ( IntArrayTest  ,
Parentheses   
)

◆ TEST_F() [14/14]

TEST_F ( IntArrayTest  ,
ZeroOut   
)