Home
last modified time | relevance | path

Searched refs:string_set (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/usr.bin/dtc/
H A Dfdt.hh84 typedef std::unordered_set<std::string> string_set; typedef
277 string_set labels;
324 string_set &&l,
331 property(std::string &&k, string_set &&l=string_set()) in property()
352 string_set &&labels=string_set(),
H A Dfdt.cc479 string_set &&l, in property()
585 property::parse(text_input_buffer &input, string &&key, string_set &&label, in parse()
1017 string_set &&label, in parse()
1606 n = node::parse(input, *this, string(), string_set(), string(), &defines); in parse_file()
1627 n = node::parse(input, *this, std::move(name), string_set(), string(), &defines); in parse_file()
2202 property_ptr p = property::parse(in, std::move(name_copy), string_set(), false); in parse_define()