Searched defs:StructProperty (Results 1 – 2 of 2) sorted by relevance
91 struct StructProperty : public PropertyBase { struct93 size_t offset;97 uint8_t num_bits;124 StructProperty** struct_fields; argument
54 StructProperty(std::string name, std::string type, in StructProperty() function