Searched defs:property_entry (Results 1 – 1 of 1) sorted by relevance
177 struct property_entry { struct178 const char *name;179 size_t length;180 bool is_array;181 bool is_string;182 union {