Home
last modified time | relevance | path

Searched defs:PropertyEntryBuilder (Results 1 – 1 of 1) sorted by relevance

/system/core/property_service/libpropertyinfoserializer/
Dtrie_builder.h28 struct PropertyEntryBuilder { struct
29 PropertyEntryBuilder() : context(nullptr), type(nullptr) {} in PropertyEntryBuilder() argument
30 PropertyEntryBuilder(const std::string& name, const std::string* context, const std::string* type) in PropertyEntryBuilder() argument
32 std::string name;
33 const std::string* context;
34 const std::string* type;