Searched refs:IsCapturing (Results 1 – 2 of 2) sorted by relevance
174 if (!r.IsCapturing()) { in DoExecute()216 if (r.IsCapturing()) { in DoExecute()
209 bool IsCapturing() { return static_cast<bool>(m_generator); }; in IsCapturing() function