Lines Matching refs:first
102 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions_Impl() local
103 for (; first != last; ++first) in initOptions_Impl()
105 std::string option (*first); in initOptions_Impl()
106 if ((*first)[0] != '-') in initOptions_Impl()
110 switch ((*first)[1]) in initOptions_Impl()
115 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl()
119 m_typeRegName = *first; in initOptions_Impl()
125 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl()
129 m_indexRegName = (*first); in initOptions_Impl()
135 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl()
139 m_base = OString((*first).c_str(), (*first).size()); in initOptions_Impl()
145 if ((*first).size() > 2) in initOptions_Impl()
155 if ((*first).size() > 2) in initOptions_Impl()