Searched refs:CurrentDebugType (Results 1 – 1 of 1) sorted by relevance
44 static ManagedStatic<std::vector<std::string>> CurrentDebugType; variable50 if (CurrentDebugType->empty()) in isCurrentDebugType()54 for (auto &d : *CurrentDebugType) { in isCurrentDebugType()66 CurrentDebugType->clear(); in setCurrentDebugType()67 CurrentDebugType->push_back(Type); in setCurrentDebugType()98 CurrentDebugType->push_back(Val); in operator =()