Searched refs:mockModuleList_ (Results 1 – 1 of 1) sorted by relevance
387 mockModuleList_.emplace(it->first.c_str(), it->second.c_str()); in SetMockModuleList()393 if (mockModuleList_.empty()) { in IsMockModule()396 auto it = mockModuleList_.find(moduleStr); in IsMockModule()397 if (it == mockModuleList_.end()) { in IsMockModule()405 auto it = mockModuleList_.find(module); in GetMockModule()406 if (it == mockModuleList_.end()) { in GetMockModule()638 CMap<CString, CString> mockModuleList_; variable