HomeSort by relevance Sort by last modified time
    Searched refs:StdoutWriter (Results 1 - 2 of 2) sorted by null

  /external/google-fruit/examples/hello_world/
main.cpp 13 class StdoutWriter : public Writer {
15 // Like "StdoutWriter() = default;" but also marks this constructor as the
17 INJECT(StdoutWriter()) = default;
44 return fruit::createComponent().bind<Writer, StdoutWriter>().bind<Greeter, GreeterImpl>();
  /external/google-fruit/examples/multibindings/
main.cpp 43 class StdoutWriter : public Writer {
45 INJECT(StdoutWriter()) = default;
68 .bind<Writer, StdoutWriter>()

Completed in 83 milliseconds