Home
last modified time | relevance | path

Searched refs:AddExactMatchContext (Results 1 – 2 of 2) sorted by relevance

/system/core/property_service/libpropertyinfoserializer/
Dtrie_builder.cpp69 if (!current_node->AddExactMatchContext(name_pieces.front(), context, type)) { in AddToTrie()
Dtrie_builder.h68 bool AddExactMatchContext(const std::string& exact_match, const std::string* context, in AddExactMatchContext() function