Lines Matching refs:Test
191 if (incoming.m_set_flags.Test(eEnabled)) in CopyOverSetOptions()
196 if (incoming.m_set_flags.Test(eOneShot)) in CopyOverSetOptions()
201 if (incoming.m_set_flags.Test(eCallback)) in CopyOverSetOptions()
209 if (incoming.m_set_flags.Test(eIgnoreCount)) in CopyOverSetOptions()
214 if (incoming.m_set_flags.Test(eCondition)) in CopyOverSetOptions()
227 if (incoming.m_set_flags.Test(eAutoContinue)) in CopyOverSetOptions()
232 if (incoming.m_set_flags.Test(eThreadSpec) && incoming.m_thread_spec_ap) in CopyOverSetOptions()
382 if (m_set_flags.Test(eEnabled)) in SerializeToStructuredData()
385 if (m_set_flags.Test(eOneShot)) in SerializeToStructuredData()
388 if (m_set_flags.Test(eAutoContinue)) in SerializeToStructuredData()
391 if (m_set_flags.Test(eIgnoreCount)) in SerializeToStructuredData()
394 if (m_set_flags.Test(eCondition)) in SerializeToStructuredData()
398 if (m_set_flags.Test(eCallback) && m_baton_is_command_baton) { in SerializeToStructuredData()
408 if (m_set_flags.Test(eThreadSpec) && m_thread_spec_ap) { in SerializeToStructuredData()