Searched defs:PropertyEntryBuilder (Results 1 – 1 of 1) sorted by relevance
28 struct PropertyEntryBuilder { struct29 PropertyEntryBuilder() : context(nullptr), type(nullptr) {} in PropertyEntryBuilder() argument30 PropertyEntryBuilder(const std::string& name, const std::string* context, const std::string* type) in PropertyEntryBuilder() argument32 std::string name;33 const std::string* context;34 const std::string* type;