Searched refs:pOption (Results 1 – 1 of 1) sorted by relevance
737 void getOption(tinyxml2::XMLElement* pOption) in getOption() argument739 if (pOption) in getOption()744 if (pOption->Attribute("text")) in getOption()745 valueStr = pOption->Attribute("text"); in getOption()747 if (pOption->Attribute("value")) in getOption()748 textStr = pOption->Attribute("value"); in getOption()765 for (tinyxml2::XMLElement* pOption = in getOptions() local767 pOption; pOption = pOption->NextSiblingElement("option")) in getOptions()775 for (tinyxml2::XMLElement* pOption = in getOptions() local777 pOption; pOption = pOption->NextSiblingElement("option")) in getOptions()[all …]