Searched refs:m_supports_vCont_c (Results 1 – 2 of 2) sorted by relevance
63 m_supports_vCont_c(eLazyBoolCalculate), in GDBRemoteCommunicationClient()280 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()465 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()469 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()477 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()488 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()495 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()510 return m_supports_vCont_c; in GetVContSupported()
531 LazyBool m_supports_vCont_c; variable