xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/objc_template.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
112a9d9c8Sopenharmony_ci// bindgen-flags: -- -x objective-c
212a9d9c8Sopenharmony_ci// bindgen-osx-only
312a9d9c8Sopenharmony_ci
412a9d9c8Sopenharmony_ci@interface Foo<__covariant ObjectType>
512a9d9c8Sopenharmony_ci- (ObjectType)get;
612a9d9c8Sopenharmony_ci@end
712a9d9c8Sopenharmony_ci
812a9d9c8Sopenharmony_ci@interface FooMultiGeneric<__covariant KeyType, __covariant ObjectType>
912a9d9c8Sopenharmony_ci- (nullable ObjectType)objectForKey:(KeyType)key;
1012a9d9c8Sopenharmony_ci@end
11

Indexes created Thu Nov 07 10:32:03 CST 2024