OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HImpl
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/google/inject/
CircularDependencyTest.java
530
bind(H.class).to(
HImpl
.class);
538
// entry: Key<
HImpl
>
539
// entry: Key<IImpl> (2 - circular dependency from
HImpl
)
541
// result of Key<
HImpl
> - an
HImpl
564
static class
HImpl
implements H {
565
@Inject
HImpl
(I i) {}
569
@Inject IImpl(
HImpl
i, J j) {}
ScopesTest.java
903
@ImplementedBy(
HImpl
.class)
909
static class
HImpl
implements H {
917
HImpl
(S synchronizationBarrier, G g) throws Exception {
[
all
...]
Completed in 217 milliseconds