Lines Matching refs:switchCache
290 static auto *switchCache = new SwitchCache(TextToBool, true, PropType::PROP_PRIVATE);
291 if (switchCache == nullptr) {
294 return switchCache->getValue();
299 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_ONCE_DEBUG);
300 if (switchCache == nullptr) {
303 return switchCache->getValue();
308 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PERSIST_DEBUG);
309 if (switchCache == nullptr) {
312 return switchCache->getValue();
395 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_PROCESS_FLOWCTRL);
396 if (switchCache == nullptr) {
399 return switchCache->getValue();
404 static auto *switchCache = new SwitchCache(TextToBool, false, PropType::PROP_DOMAIN_FLOWCTRL);
405 if (switchCache == nullptr) {
408 return switchCache->getValue();