Searched refs:property_type_checker (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/dtc/
H A Dchecking.hh144 struct property_type_checker : public property_checker struct in namespace:dtc::fdt::checking
150 property_type_checker(const char* name, string property_name) : function in struct:dtc::fdt::checking::property_type_checker
159 struct property_type_checker <property_value::EMPTY> : public property_checker struct in namespace:dtc::fdt::checking
161 property_type_checker(const char* name, string property_name) : function in struct:dtc::fdt::checking::property_type_checker
174 struct property_type_checker <property_value::STRING> : public property_checker struct in namespace:dtc::fdt::checking
176 property_type_checker(const char* name, string property_name) : function in struct:dtc::fdt::checking::property_type_checker
188 struct property_type_checker <property_value::STRING_LIST> : struct in namespace:dtc::fdt::checking
191 property_type_checker(const char* name, string property_name) : function in struct:dtc::fdt::checking::property_type_checker
212 struct property_type_checker <property_value::PHANDLE> : public property_checker struct in namespace:dtc::fdt::checking
214 property_type_checker(cons function in struct:dtc::fdt::checking::property_type_checker
[all...]
H A Dchecking.cc176 new property_type_checker<T>(name, prop)));

Completed in 98 milliseconds