Home
last modified time | relevance | path

Searched refs:property_value (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/kyua/store/
H A Dmigrate_v1_v2.sql87 property_value TEXT, field
151 property_value TEXT NOT NULL, field
196 SET property_value = (
202 SET property_value = (
220 SET property_value = (
226 SET property_value = (
232 SET property_value = (
238 SET property_value = (
244 SET property_value = (
250 SET property_value = (
[all …]
H A Dtestdata_v1.sql204 property_value)
207 property_value)
210 property_value)
213 property_value)
216 property_value)
219 property_value)
222 property_value)
225 property_value)
228 property_value)
H A Dschema_v3.sql115 property_value TEXT, field
H A Dschema_v1.sql260 property_value TEXT NOT NULL field
H A Dschema_v2.sql145 property_value TEXT, field
H A Dmigrate_v2_v3.sql62 SELECT metadata_id, property_name, property_value
/freebsd/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
268 template<property_value::value_type T>
H A Dfdt.cc63 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()
[all …]
H A Dfdt.hh87 struct property_value struct
203 property_value(std::string l=std::string()) : label(l), type(UNKNOWN) {} in property_value() argument
223 bool try_to_merge(property_value &other);
279 std::vector<property_value> values;
356 typedef std::vector<property_value>::iterator value_iterator;
374 inline void add_value(property_value v) in add_value()
400 size_t offset_of_value(property_value &val);
785 std::vector<property_value*> cross_references;
806 property_value &val;
936 node_ptr referenced_node(property_value &v);
H A Dchecking.cc192 template<property_value::value_type T>
227 add_property_type_checker<property_value::STRING_LIST>( in check_manager()
229 add_property_type_checker<property_value::STRING>( in check_manager()
H A DHACKING59 values. These can be fixed by creating a new `property_value` with the