Lines Matching refs:is_same
2904 std::make_pair("action", std::is_same<Action, T>::value), in GetExpectedTagForType()
2905 std::make_pair("activity", std::is_same<Activity, T>::value), in GetExpectedTagForType()
2906 std::make_pair("additional-certificate", std::is_same<AdditionalCertificate, T>::value), in GetExpectedTagForType()
2907 std::make_pair("application", std::is_same<Application, T>::value), in GetExpectedTagForType()
2908 std::make_pair("category", std::is_same<Category, T>::value), in GetExpectedTagForType()
2909 std::make_pair("compatible-screens", std::is_same<CompatibleScreens, T>::value), in GetExpectedTagForType()
2910 std::make_pair("feature-group", std::is_same<FeatureGroup, T>::value), in GetExpectedTagForType()
2911 std::make_pair("input-type", std::is_same<InputType, T>::value), in GetExpectedTagForType()
2912 std::make_pair("install-constraints", std::is_same<InstallConstraints, T>::value), in GetExpectedTagForType()
2913 std::make_pair("intent-filter", std::is_same<IntentFilter, T>::value), in GetExpectedTagForType()
2914 std::make_pair("meta-data", std::is_same<MetaData, T>::value), in GetExpectedTagForType()
2915 std::make_pair("manifest", std::is_same<Manifest, T>::value), in GetExpectedTagForType()
2916 std::make_pair("original-package", std::is_same<OriginalPackage, T>::value), in GetExpectedTagForType()
2917 std::make_pair("overlay", std::is_same<Overlay, T>::value), in GetExpectedTagForType()
2918 std::make_pair("package-verifier", std::is_same<PackageVerifier, T>::value), in GetExpectedTagForType()
2919 std::make_pair("permission", std::is_same<Permission, T>::value), in GetExpectedTagForType()
2920 std::make_pair("property", std::is_same<Property, T>::value), in GetExpectedTagForType()
2921 std::make_pair("provider", std::is_same<Provider, T>::value), in GetExpectedTagForType()
2922 std::make_pair("receiver", std::is_same<Receiver, T>::value), in GetExpectedTagForType()
2923 std::make_pair("required-feature", std::is_same<RequiredFeature, T>::value), in GetExpectedTagForType()
2924 std::make_pair("required-not-feature", std::is_same<RequiredNotFeature, T>::value), in GetExpectedTagForType()
2925 std::make_pair("screen", std::is_same<Screen, T>::value), in GetExpectedTagForType()
2926 std::make_pair("service", std::is_same<Service, T>::value), in GetExpectedTagForType()
2927 std::make_pair("sdk-library", std::is_same<SdkLibrary, T>::value), in GetExpectedTagForType()
2928 std::make_pair("static-library", std::is_same<StaticLibrary, T>::value), in GetExpectedTagForType()
2929 std::make_pair("supports-gl-texture", std::is_same<SupportsGlTexture, T>::value), in GetExpectedTagForType()
2930 std::make_pair("supports-input", std::is_same<SupportsInput, T>::value), in GetExpectedTagForType()
2931 std::make_pair("supports-screens", std::is_same<SupportsScreen, T>::value), in GetExpectedTagForType()
2932 std::make_pair("uses-configuration", std::is_same<UsesConfiguarion, T>::value), in GetExpectedTagForType()
2933 std::make_pair("uses-feature", std::is_same<UsesFeature, T>::value), in GetExpectedTagForType()
2934 std::make_pair("uses-library", std::is_same<UsesLibrary, T>::value), in GetExpectedTagForType()
2935 std::make_pair("uses-native-library", std::is_same<UsesNativeLibrary, T>::value), in GetExpectedTagForType()
2936 std::make_pair("uses-package", std::is_same<UsesPackage, T>::value), in GetExpectedTagForType()
2937 std::make_pair("uses-permission", std::is_same<UsesPermission, T>::value), in GetExpectedTagForType()
2938 std::make_pair("uses-permission-sdk-23", std::is_same<UsesPermissionSdk23, T>::value), in GetExpectedTagForType()
2939 std::make_pair("uses-sdk", std::is_same<UsesSdkBadging, T>::value), in GetExpectedTagForType()
2940 std::make_pair("uses-sdk-library", std::is_same<UsesSdkLibrary, T>::value), in GetExpectedTagForType()
2941 std::make_pair("uses-static-library", std::is_same<UsesStaticLibrary, T>::value), in GetExpectedTagForType()