/external/google-fruit/examples/simple_injection/ |
D | incrementer_impl.cpp | 24 INJECT(IncrementerImpl(Adder* adder)) : adder(adder) {} in INJECT() function in IncrementerImpl
|
/external/google-fruit/examples/server/ |
D | foo_handler.cpp | 30 INJECT(FooHandlerImpl(const Request& request, const ServerContext& serverContext)) in INJECT() function in FooHandlerImpl
|
D | bar_handler.cpp | 30 INJECT(BarHandlerImpl(const Request& request, const ServerContext& serverContext)) in INJECT() function in BarHandlerImpl
|
D | request_dispatcher.cpp | 38 INJECT(RequestDispatcherImpl(const Request& request, Provider<FooHandler> fooHandler, in INJECT() function in RequestDispatcherImpl
|
D | server.cpp | 31 INJECT(ServerImpl()) {} in INJECT() function in ServerImpl
|
/external/google-fruit/examples/testing/ |
D | cached_greeter.cpp | 26 INJECT(CachedGreeterImpl(Greeter* greeter, KeyValueStorage* keyValueStorage)) in INJECT() function in CachedGreeterImpl
|
/external/google-fruit/examples/scaling_doubles/ |
D | scaler.cpp | 30 …INJECT(ScalerImpl(ASSISTED(double) factor, Multiplier* multiplier)) : multiplier(multiplier), fact… in INJECT() function in ScalerImpl
|
/external/google-fruit/examples/annotated_injection/ |
D | car.cpp | 27 …INJECT(CarImpl(ANNOTATED(MainBrake, Brake*) mainBrake, ANNOTATED(EmergencyBrake, Brake*) emergency… in INJECT() function in CarImpl
|
/external/google-fruit/include/fruit/ |
D | macro.h | 90 #define INJECT(Signature) … macro
|
/external/google-fruit/extras/bazel_usage_example/ |
D | main.cpp | 36 INJECT(GreeterImpl(Writer* writer)) : writer(writer) {} in INJECT() function in GreeterImpl
|
/external/google-fruit/examples/hello_world/ |
D | main.cpp | 36 INJECT(GreeterImpl(Writer* writer)) : writer(writer) {} in INJECT() function in GreeterImpl
|
/external/google-fruit/examples/multibindings/ |
D | main.cpp | 57 INJECT(Listener2(Writer* writer)) : writer(writer) {} in INJECT() function in Listener2
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | ClassNames.java | 70 public static final ClassName INJECT = field in ClassNames
|