Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dfdt.hh82 typedef std::unordered_set<std::string> string_set; typedef
275 string_set labels;
322 string_set &&l,
329 property(std::string &&k, string_set &&l=string_set()) in property()
350 string_set &&labels=string_set(),
H A Dfdt.cc496 string_set &&l, in property()
602 property::parse(text_input_buffer &input, string &&key, string_set &&label, in parse()
1042 string_set &&label, in parse()
1686 n = node::parse(input, *this, string(), string_set(), string(), &defines); in parse_file()
1707 n = node::parse(input, *this, std::move(name), string_set(), string(), &defines); in parse_file()
2295 property_ptr p = property::parse(in, std::move(name_copy), string_set(), false); in parse_define()