Searched refs:Element (Results 1 – 3 of 3) sorted by relevance
10 class Element(Enum): class in IniParser48 return IniParser.Element.comment51 return IniParser.Element.sugg53 return IniParser.Element.rule55 return IniParser.Element.cond57 return IniParser.Element.key_val
456 if element is IniParser.Element.comment:458 elif element is not IniParser.Element.key_val:461 if element is IniParser.Element.rule:464 elif element is IniParser.Element.cond:467 elif element is IniParser.Element.sugg:470 elif element is IniParser.Element.key_val:472 if curr_section is IniParser.Element.rule:474 elif curr_section is IniParser.Element.cond:484 elif curr_section is IniParser.Element.sugg:
8962 template <typename Iter, typename Element>9013 template <typename Element>9017 typedef Element value_type;9018 typedef Element* iterator;9019 typedef const Element* const_iterator;9053 Element, GTEST_REMOVE_REFERENCE_AND_CONST_(Element)>::value9057 void InitCopy(const Element* array, size_t a_size) {9058 Element* const copy = new Element[a_size];9066 void InitRef(const Element* array, size_t a_size) {9072 const Element* array_;[all …]