Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/dtc/
H A Dfdt.hh75 typedef std::unordered_set<std::string> string_set; typedef
268 string_set labels;
315 string_set &&l,
322 property(std::string &&k, string_set &&l=string_set()) in property()
343 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()
1603 n = node::parse(input, *this, string(), string_set(), string(), &defines); in parse_file()
1624 n = node::parse(input, *this, std::move(name), string_set(), string(), &defines); in parse_file()
2194 property_ptr p = property::parse(in, std::move(name_copy), string_set(), false); in parse_define()