Searched refs:property_value (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/dtc/
H A Dchecking.hh143 template<property_value::value_type T>
159 struct property_type_checker <property_value::EMPTY> : public property_checker
174 struct property_type_checker <property_value::STRING> : public property_checker
188 struct property_type_checker <property_value::STRING_LIST> :
212 struct property_type_checker <property_value::PHANDLE> : public property_checker
266 template<property_value::value_type T>
H A Dfdt.hh57 struct property_value struct in namespace:dtc::fdt
173 property_value(string l=string()) : label(l), type(UNKNOWN) {} function in struct:dtc::fdt::property_value
240 std::vector<property_value> values;
317 typedef std::vector<property_value>::iterator value_iterator;
335 inline void add_value(property_value v)
603 std::vector<property_value*> cross_references;
609 std::vector<property_value*> phandles;
691 node *referenced_node(property_value &v);
H A Dfdt.cc54 property_value::get_as_uint32()
69 property_value::push_to_buffer(byte_buffer &buffer)
84 property_value::write_dts(FILE *file)
111 property_value::resolve_type()
154 property_value::write_as_string(FILE *file)
178 property_value::write_as_cells(FILE *file)
202 property_value::write_as_bytes(FILE *file)
219 property_value v;
243 property_value v;
268 v = property_value();
[all...]
H A Dchecking.cc171 template<property_value::value_type T>
206 add_property_type_checker<property_value::STRING_LIST>(
208 add_property_type_checker<property_value::STRING>(

Completed in 60 milliseconds