Searched refs:debug_string (Results 1 – 2 of 2) sorted by relevance
157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString()158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString()161 { m_Data.debug_string = pDebugString; } in setDebugString()178 DebugString* debug_string; member
104 return (NULL != m_Data.debug_string); in hasDebugString()