Searched refs:should_inject_cache (Results 1 – 1 of 1) sorted by relevance
32 static std::map<std::string, bool> should_inject_cache; variable50 if (should_inject_cache.find(type_path) != should_inject_cache.end()) { in should_fault_inject()51 return should_inject_cache[type_path]; in should_fault_inject()54 should_inject_cache[type_path] = entry != nullptr; in should_fault_inject()