Searched refs:m_OptionValue (Results 1 – 1 of 1) sorted by relevance
1104 std::vector<std::string> m_OptionValue; member in ConfigurationParser1128 m_OptionValue((size_t)OPTION::Count) in ConfigurationParser()1139 for(auto& it : m_OptionValue) in Parse()1367 m_OptionValue[(size_t)option] = std::move(val); in SetOption()1386 if(StrRangeToUint(StrRange(m_OptionValue[(size_t)option]), origValue)) in CompareOption()1404 if(StrRangeToUint(StrRange(m_OptionValue[(size_t)option]), origValue)) in CompareOption()1422 if(StrRangeToBool(StrRange(m_OptionValue[(size_t)option]), origValue)) in CompareOption()1441 const std::string& origValue = m_OptionValue[(size_t)option]; in CompareOption()