Searched defs:property_type_checker (Results 1 – 1 of 1) sorted by relevance
144 struct property_type_checker : public property_checker struct150 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() argument159 struct property_type_checker <property_value::EMPTY> : public property_checker struct161 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() function163 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()174 struct property_type_checker <property_value::STRING> : public property_checker struct176 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() argument178 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()188 struct property_type_checker <property_value::STRING_LIST> : struct191 property_type_checker(const char* name, const std::string &property_name) : in property_type_checker() function[all …]