Searched refs:kGoMode (Results 1 – 2 of 2) sorted by relevance
28 const bool kGoMode = true; variable34 const bool kGoMode = false;
61 f->history_size = kGoMode ? 1 : 2; // There are a lot of goroutines in Go. in InitializeFlags()