Searched refs:m_country (Results 1 – 5 of 5) sorted by relevance
11 private String m_country; field in GroupByInstancesSampleTest29 m_country = country; in GroupByInstancesSampleTest()34 log("signIn", m_country); in signIn()39 log("signOut", m_country); in signOut()44 return "[GroupByInstancesSampleTest: " + m_country + "]"; in toString()
519 char* m_country; member in mkvparser::Chapters::Display
3624 const char* Chapters::Display::GetCountry() const { return m_country; } in GetCountry()3629 m_country = NULL; in Init()3635 rhs.m_country = m_country; in ShallowCopy()3645 delete[] m_country; in Clear()3646 m_country = NULL; in Clear()3675 status = UnserializeString(pReader, pos, size, m_country); in Parse()
3623 const char* Chapters::Display::GetCountry() const { return m_country; } in GetCountry()3628 m_country = NULL; in Init()3634 rhs.m_country = m_country; in ShallowCopy()3644 delete[] m_country; in Clear()3645 m_country = NULL; in Clear()3674 status = UnserializeString(pReader, pos, size, m_country); in Parse()
606 char* m_country; variable