Searched defs:PropertyInfoEntry (Results 1 – 1 of 1) sorted by relevance
25 struct PropertyInfoEntry { struct26 PropertyInfoEntry() {} in PropertyInfoEntry() function28 PropertyInfoEntry(T&& name, U&& context, V&& type, bool exact_match) in PropertyInfoEntry() function39 bool BuildTrie(const std::vector<PropertyInfoEntry>& property_info, argument