Searched refs:switchCache (Results 1 – 1 of 1) sorted by relevance
289 static auto *switchCache = new SwitchCache(TextToBool, true, PropType::PROP_PRIVATE); in IsPrivateSwitchOn() local290 if (switchCache == nullptr) { in IsPrivateSwitchOn()293 return switchCache->getValue(); in IsPrivateSwitchOn()298 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_ONCE_DEBUG); in IsOnceDebugOn() local299 if (switchCache == nullptr) { in IsOnceDebugOn()302 return switchCache->getValue(); in IsOnceDebugOn()307 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PERSIST_DEBUG); in IsPersistDebugOn() local308 if (switchCache == nullptr) { in IsPersistDebugOn()311 return switchCache->getValue(); in IsPersistDebugOn()390 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PROCESS_FLOWCTRL); in IsProcessSwitchOn() local[all …]