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