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

/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
H A Dproperty_info_serializer.h26 struct PropertyInfoEntry { struct in namespace:android::properties
27 PropertyInfoEntry() {} function in struct:android::properties::PropertyInfoEntry
29 PropertyInfoEntry(T&& name, U&& context, V&& type, bool exact_match) function in struct:android::properties::PropertyInfoEntry
40 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info,
45 std::vector<PropertyInfoEntry>* property_infos,

Completed in 197 milliseconds