Searched refs:FRUIT_DEPRECATED_DEFINITION (Results 1 – 2 of 2) sorted by relevance
66 #define FRUIT_DEPRECATED_DEFINITION(...) __VA_ARGS__ macro69 #define FRUIT_DEPRECATED_DEFINITION(...) __declspec(deprecated) __VA_ARGS__ macro74 #define FRUIT_DEPRECATED_DEFINITION(...) [[deprecated]] __VA_ARGS__ macro77 #define FRUIT_DEPRECATED_DEFINITION(...) __VA_ARGS__ macro
141 FRUIT_DEPRECATED_DEFINITION(inline void Injector<P...>::eagerlyInjectAll()) { in FRUIT_DEPRECATED_DEFINITION() function