Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/lite/
H A DVirtualLocation.cpp34 return mockPointer; in GetMockPointer()
65 callBack(mockPointer, mockLen); in ExecCallBack()
74 mockPointer(nullptr), in VirtualLocation()
84 if (mockPointer != nullptr) { in ~VirtualLocation()
85 delete mockPointer; in ~VirtualLocation()
86 mockPointer = nullptr; in ~VirtualLocation()
92 mockPointer = new(std::nothrow) int8_t; in InitMockPointer()
93 if (mockPointer == nullptr) { in InitMockPointer()
94 ELOG("Memory allocation failed: mockPointer."); in InitMockPointer()
H A DVirtualLocation.h45 int8_t* mockPointer; member in VirtualLocation

Completed in 1 milliseconds