Searched refs:PropertyInfoEntry (Results 1 – 11 of 11) sorted by relevance
25 struct PropertyInfoEntry { struct26 PropertyInfoEntry() {} in PropertyInfoEntry() argument28 PropertyInfoEntry(T&& name, U&& context, V&& type, bool exact_match) in PropertyInfoEntry() function39 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info, argument44 std::vector<PropertyInfoEntry>* property_infos,
26 using android::properties::PropertyInfoEntry;101 std::vector<PropertyInfoEntry> entries; in TEST()110 std::vector<PropertyInfoEntry> bad_entries; in TEST()
60 PropertyInfoEntry* out, std::string* error) { in ParsePropertyInfoLine()107 std::vector<PropertyInfoEntry>* property_infos, in ParsePropertyInfoFile()119 auto property_info_entry = PropertyInfoEntry{}; in ParsePropertyInfoFile()
27 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()127 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()252 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()771 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()815 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()851 auto property_info = std::vector<PropertyInfoEntry>{ in TEST()
29 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info, in BuildTrie()
27 const std::vector<android::properties::PropertyInfoEntry>& entries);
33 using android::properties::PropertyInfoEntry;104 std::vector<PropertyInfoEntry> entries; in main()
29 using android::properties::PropertyInfoEntry;86 const std::vector<PropertyInfoEntry>& entries) { in CheckPropertyTypes()
19 using android::properties::PropertyInfoEntry;145 auto property_info_entries = std::vector<PropertyInfoEntry>{}; in main()
63 using android::properties::PropertyInfoEntry;202 std::vector<PropertyInfoEntry>* property_infos) { in HandlePropertyContexts()223 auto property_infos = std::vector<PropertyInfoEntry>(); in main()
92 using android::properties::PropertyInfoEntry;1110 std::vector<PropertyInfoEntry>* property_infos) { in LoadPropertyInfoFromFile()1130 auto property_infos = std::vector<PropertyInfoEntry>(); in CreateSerializedPropertyInfo()