Lines Matching defs:property_value
87 struct property_value struct
92 std::string label;
97 std::string string_data;
101 byte_buffer byte_data;
108 enum value_type
156 value_type type;
160 inline bool is_cross_reference() in is_cross_reference()
167 inline bool is_phandle() in is_phandle()
174 inline bool is_string() in is_string()
182 inline bool is_string_list() in is_string_list()
189 inline bool is_binary() in is_binary()
203 property_value(std::string l=std::string()) : label(l), type(UNKNOWN) {} in property_value() argument
233 inline bool is_type(value_type v) in is_type()