Searched defs:Section (Results 1 – 4 of 4) sorted by relevance
45 struct Section { struct52 std::map<std::string, Section> sections; argument
28 public class Section { class29 public Section() { in Section() method in Section
72 Section(std::string name, std::vector<Namespace> namespaces) in Section() function
679 class Section(Node): class