Home
last modified time | relevance | path

Searched defs:property_type_checker (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/dtc/
H A Dchecking.hh144 struct property_type_checker : public property_checker struct
150 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() argument
159 struct property_type_checker <property_value::EMPTY> : public property_checker struct
161 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() function
163 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
174 struct property_type_checker <property_value::STRING> : public property_checker struct
176 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() argument
178 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
188 struct property_type_checker <property_value::STRING_LIST> : struct
191 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() function
[all …]