Searched refs:CheckPrefixMatch (Results 1 – 2 of 2) sorted by relevance
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 91 void PropertyInfoArea::CheckPrefixMatch(const char* remaining_name, const TrieNode& trie_node, in CheckPrefixMatch() function in android::properties::PropertyInfoArea 129 CheckPrefixMatch(remaining_name, trie_node, &return_context_index, &return_type_index); in GetPropertyInfoIndexes() 167 CheckPrefixMatch(remaining_name, trie_node, &return_context_index, &return_type_index); in GetPropertyInfoIndexes()
|
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
D | property_info_parser.h | 175 void CheckPrefixMatch(const char* remaining_name, const TrieNode& trie_node,
|