Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
Dproperty_info_serializer.h25 struct PropertyInfoEntry { struct
26 PropertyInfoEntry() {} in PropertyInfoEntry() function
28 PropertyInfoEntry(T&& name, U&& context, V&& type, bool exact_match) in PropertyInfoEntry() function
39 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info, argument