Searched refs:m_is_nil (Results 1 – 2 of 2) sorted by relevance
56 m_is_nil = eLazyBoolCalculate; in Init()171 if (m_is_nil == eLazyBoolCalculate) in IsNil()172 m_is_nil = m_valobj->IsNilReference() ? eLazyBoolYes : eLazyBoolNo; in IsNil()173 return m_is_nil == eLazyBoolYes; in IsNil()
130 LazyBool m_is_nil; variable