Lines Matching defs:LightSymbol
3 LightSymbol::PLightSymbol LightSymbol::lsFrames[1000];
4 HANDLE LightSymbol::handleFrames[1000];
5 SZ* LightSymbol::fileNames;
6 bool LightSymbol::busted = false;
9 LightSymbol::LightSymbol(const char* sym, int fileId, int lineNumber) {
17 LightSymbol** container = getThreadFrameContainer();
23 LightSymbol::~LightSymbol() {
30 bool LightSymbol::GetCallStack(char* sz, int len, const char* separator) {
31 LightSymbol* ls = GetCurrentFrame();
39 LightSymbol** LightSymbol::getThreadFrameContainer() {
53 bool LightSymbol::GetCallStackCore(char* sz, int len, const char* separator) const {
119 const LightSymbol* ls = this;
143 LightSymbol* LightSymbol::GetCurrentFrame() {
147 void LightSymbol::SetCurrentFrame(LightSymbol* ls) {
151 const char* LightSymbol::trim(char* sz) {