Searched refs:CurrentDebugType (Results 1 – 3 of 3) 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()101 CurrentDebugType->push_back(dbgType); in operator =()
46 static ManagedStatic<std::vector<std::string>> CurrentDebugType; variable52 if (CurrentDebugType->empty()) in isCurrentDebugType()56 for (auto &d : *CurrentDebugType) { in isCurrentDebugType()74 CurrentDebugType->clear(); in setCurrentDebugTypes()76 CurrentDebugType->push_back(Types[T]); in setCurrentDebugTypes()109 CurrentDebugType->push_back(dbgType); in operator =()