Searched refs:m_supports_vCont_c (Results 1 – 2 of 2) sorted by relevance
56 m_supports_vCont_c(eLazyBoolCalculate), in GDBRemoteCommunicationClient()273 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()458 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()462 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()470 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()481 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()488 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()503 return m_supports_vCont_c; in GetVContSupported()
503 LazyBool m_supports_vCont_c; variable