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.h26 struct PropertyInfoEntry { struct
27 PropertyInfoEntry() {} in PropertyInfoEntry() argument
29 PropertyInfoEntry(T&& name, U&& context, V&& type, bool exact_match) in PropertyInfoEntry() argument
40 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info, argument