Searched refs:TShHandleBase (Results 1 – 3 of 3) sorted by relevance
103 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(type, spec, output)); in ShConstructCompiler()122 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct()144 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile()158 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfo()221 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog()237 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetObjectCode()262 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetVariableInfo()320 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetNameHashingEntry()360 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoPointer()
41 class TShHandleBase {43 TShHandleBase();44 virtual ~TShHandleBase();58 class TCompiler : public TShHandleBase {
63 TShHandleBase::TShHandleBase() { in TShHandleBase() function in TShHandleBase68 TShHandleBase::~TShHandleBase() { in ~TShHandleBase()