Searched refs:getKeysWithPrefix (Results 1 – 3 of 3) sorted by relevance
65 std::unordered_set<std::string> getKeysWithPrefix(const std::string& prefix) const;
49 std::unordered_set<std::string> PropertyMap::getKeysWithPrefix(const std::string& prefix) const { in getKeysWithPrefix() function in android::PropertyMap
93 for (const std::string& key : idcProperties.getKeysWithPrefix(gesturePropPrefix)) { in loadPropertiesFromIdcFile()