Searched refs:m_aux_vector (Results 1 – 2 of 2) sorted by relevance
18 if (m_aux_vector == nullptr) { in GetAuxValue()25 m_aux_vector = std::make_unique<AuxVector>(auxv_data); in GetAuxValue()28 return m_aux_vector->GetAuxValue(type); in GetAuxValue()
51 std::unique_ptr<AuxVector> m_aux_vector; variable