Home
last modified time | relevance | path

Searched refs:FRUIT_DEPRECATED_DEFINITION (Results 1 – 2 of 2) sorted by relevance

/external/google-fruit/include/fruit/impl/
Dfruit-config.h66 #define FRUIT_DEPRECATED_DEFINITION(...) __VA_ARGS__ macro
69 #define FRUIT_DEPRECATED_DEFINITION(...) __declspec(deprecated) __VA_ARGS__ macro
74 #define FRUIT_DEPRECATED_DEFINITION(...) [[deprecated]] __VA_ARGS__ macro
77 #define FRUIT_DEPRECATED_DEFINITION(...) __VA_ARGS__ macro
Dinjector.defn.h141 FRUIT_DEPRECATED_DEFINITION(inline void Injector<P...>::eagerlyInjectAll()) { in FRUIT_DEPRECATED_DEFINITION() function