Home | History | Annotate | Download | only in DWARF

Lines Matching refs:Args

979                         m_producer_version_major = Args::StringToUInt32(str.c_str(), UINT32_MAX, 10);
981 m_producer_version_minor = Args::StringToUInt32(str.c_str(), UINT32_MAX, 10);
983 m_producer_version_update = Args::StringToUInt32(str.c_str(), UINT32_MAX, 10);