Searched refs:fsets (Results 1 – 1 of 1) sorted by relevance
99 FeatureSet fsets{}; in ParseRule() local101 …if (!IsMatchId(eventType, featureId) || !IsMatchPath(path, dirOrFile, subcatalog, fsets.fullPath))… in ParseRule()104 fsets.skipStep = value[L2_SKIP].asInt(); in ParseRule()105 fsets.segmentType = value[L2_SEGMENT_TYPE].asString(); in ParseRule()106 fsets.startSegVec = GetJsonArray(value, L2_SEGMENT_START); in ParseRule()107 fsets.segStackVec = GetJsonArray(value, L2_SEGMENT_STACK); in ParseRule()109 ParseRule(value, fsets.rules); in ParseRule()110 featureSets_.emplace(pair<string, FeatureSet>(featureId, fsets)); in ParseRule()