Searched refs:CommonFeatureGroup (Results 1 – 1 of 1) sorted by relevance
213 class CommonFeatureGroup;476 CommonFeatureGroup* common_feature_group() { in common_feature_group()510 std::unique_ptr<CommonFeatureGroup> commonFeatureGroup_;1146 class CommonFeatureGroup : public FeatureGroup { class1148 CommonFeatureGroup() = default;1379 CommonFeatureGroup* common = extractor()->common_feature_group(); in Extract()1489 CommonFeatureGroup* common = extractor()->common_feature_group(); in Extract()1578 CommonFeatureGroup* common = extractor()->common_feature_group(); in Extract()2475 : apk_(apk), options_(options), commonFeatureGroup_(util::make_unique<CommonFeatureGroup>()) { in ManifestExtractor()