Lines Matching refs:property_value

63 property_value::get_as_uint32()  in get_as_uint32()
78 property_value::push_to_buffer(byte_buffer &buffer) in push_to_buffer()
93 property_value::write_dts(FILE *file) in write_dts()
120 property_value::resolve_type() in resolve_type()
175 property_value::size() in size()
185 property_value::write_as_string(FILE *file) in write_as_string()
219 property_value::write_as_cells(FILE *file) in write_as_cells()
243 property_value::write_as_bytes(FILE *file) in write_as_bytes()
260 property_value v; in parse_string()
285 property_value v; in parse_cells()
323 v = property_value(); in parse_cells()
326 v.type = property_value::PHANDLE; in parse_cells()
328 v = property_value(); in parse_cells()
391 property_value v; in parse_bytes()
419 property_value v; in parse_reference()
427 v.type = property_value::CROSS_REFERENCE; in parse_reference()
460 property_value v; in property()
528 property_value v; in property()
633 property_value::try_to_merge(property_value &other) in try_to_merge()
682 std::vector<property_value> *vals = &values; in write_dts()
683 std::vector<property_value> v; in write_dts()
712 property::offset_of_value(property_value &val) in offset_of_value()
1329 property_value v; in assign_phandle()
1400 std::unordered_map<property_value*, fixup&> phandle_set; in resolve_cross_references()
1799 device_tree::referenced_node(property_value &v) in referenced_node()
1946 property_value v; in create_fragment_wrapper()
1952 v.type = property_value::PHANDLE; in create_fragment_wrapper()
1957 v.type = property_value::STRING; in create_fragment_wrapper()
2141 property_value v; in parse_dts()
2143 v.type = property_value::STRING; in parse_dts()
2167 property_value v; in parse_dts()
2169 v.type = property_value::STRING; in parse_dts()
2188 val.type = property_value::BINARY; in parse_dts()
2240 property_value pv; in parse_dts()
2242 pv.type = property_value::BINARY; in parse_dts()
2257 property_value &old_val = *(--prop->end()); in parse_dts()