Searched defs:featureIds (Results 1 – 2 of 2) sorted by relevance
30 … ComposeRule::ParseComposeRule(const string& config, const string& type, vector<string> featureIds) in ParseComposeRule()66 void ComposeRule::ParseRule(const Json::Value& json, const string& type, vector<string>& featureIds) in ParseRule()
98 vector<string> featureIds = SplitFeatureId(value); in ParseRule() local